Merge branch 'fvu'

This commit is contained in:
Freddy Vulto 2009-07-31 10:41:06 +02:00
commit 740c6239b1

View File

@ -52,7 +52,7 @@ _screen()
COMPREPLY=( $( grep ^${cur:-[^#]} /etc/shells ) ) COMPREPLY=( $( grep ^${cur:-[^#]} /etc/shells ) )
;; ;;
-c) -c)
_filedirs _filedir
return 0 return 0
;; ;;
esac esac