Fixed dpkg-source wrong exit() with return() (Closes: #)
This commit is contained in:
parent
3b6f50d053
commit
5295310450
@ -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
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user