bash-completion: fix syntax error

_filedir expects a regex as an argument, not a lose list of file extensions
This commit is contained in:
Fabian Greffrath 2015-10-30 08:25:21 +01:00
parent ea37ca0e06
commit 278cd34b3e

View file

@ -25,7 +25,7 @@ _chocolate_doom()
_filedir lmp
;;
-deh)
_filedir bex deh
_filedir '@(bex|deh)'
;;
esac