Fixed dpkg-source wrong exit() with return() (Closes: #)

This commit is contained in:
David Paleino 2008-10-24 19:39:16 +02:00
parent 3b6f50d053
commit 5295310450
2 changed files with 3 additions and 2 deletions

View File

@ -4406,7 +4406,7 @@ _dpkg_source()
COMPREPLY=()
if [ "$1" != "dpkg-source" ]; then
exit 1
return 1
fi
cur=`_get_cword`
prev=${COMP_WORDS[COMP_CWORD-1]}

3
debian/changelog vendored
View File

@ -30,9 +30,10 @@ bash-completion (200809xx) UNRELEASED; urgency=low
* Added gpg2 completion (Closes: #489927)
* Fixed mplayer -skin completion (Closes: #501473)
* Fixed errors with POSIX enabled (Closes: #502804)
* Fixed dpkg-source wrong exit() with return() (Closes: #)
* debian/links fixed (Closes: #494292)
-- David Paleino <d.paleino@gmail.com> Fri, 24 Oct 2008 19:16:44 +0200
-- David Paleino <d.paleino@gmail.com> Fri, 24 Oct 2008 19:38:10 +0200
bash-completion (20080705) unstable; urgency=low