Fixed typo in dpkg-source completion
This commit is contained in:
parent
9fa9f17545
commit
0845438d88
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user