[Bash-completion-commits] ./current r1195: Fixed dpkg-source wrong exit() with return() (Closes: #)

David Paleino d.paleino at gmail.com
Fri Oct 24 17:39:16 UTC 2008


------------------------------------------------------------
revno: 1195
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Fri 2008-10-24 19:39:16 +0200
message:
  Fixed dpkg-source wrong exit() with return() (Closes: #)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-10-24 17:34:28 +0000
+++ b/bash_completion	2008-10-24 17:39:16 +0000
@@ -4406,7 +4406,7 @@
 
 	COMPREPLY=()
 	if [ "$1" != "dpkg-source" ]; then
-		exit 1
+		return 1
 	fi
 	cur=`_get_cword`
 	prev=${COMP_WORDS[COMP_CWORD-1]}

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-10-24 17:17:23 +0000
+++ b/debian/changelog	2008-10-24 17:39:16 +0000
@@ -30,9 +30,10 @@
   * 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 at gmail.com>  Fri, 24 Oct 2008 19:16:44 +0200
+ -- David Paleino <d.paleino at gmail.com>  Fri, 24 Oct 2008 19:38:10 +0200
 
 bash-completion (20080705) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list