Fixed bash-completion (Lacked an `else')

This commit is contained in:
Phillip Berndt 2015-02-09 08:15:13 +01:00
parent 0c01c37e5d
commit 7233198c5f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ _autorandr ()
lopts="--help --change --save --load --default --force --fingerprint --config --dry-run"
if [ -d ~/.autorandr ]; then
prfls="`find ~/.autorandr/* -maxdepth 1 -type d -printf '%f\n'`"
if [ -d ~/.config/autorandr ]; then
elif [ -d ~/.config/autorandr ]; then
prfls="`find ~/.config/autorandr/* -maxdepth 1 -type d -printf '%f\n'`"
else
prfls=""