Fixed typo in dpkg-source completion

This commit is contained in:
David Paleino 2008-05-17 18:51:31 +02:00
parent 9fa9f17545
commit 0845438d88

View File

@ -4425,7 +4425,7 @@ _dpkg_source()
case "$action" in
"unpack")
if [ "$cur" = "-" -o "$cur" = "-s" ]; then
COMPREPLY=( $unpackots )
COMPREPLY=( $unpackopts )
return 0
fi
case "$prev" in