[Bash-completion-commits] ./current r1108: Fixed typo in dpkg-source completion

David Paleino d.paleino at gmail.com
Sat May 17 16:51:31 UTC 2008


------------------------------------------------------------
revno: 1108
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sat 2008-05-17 18:51:31 +0200
message:
  Fixed typo in dpkg-source completion
modified:
  bash_completion
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-05-16 15:32:42 +0000
+++ b/bash_completion	2008-05-17 16:51:31 +0000
@@ -4425,7 +4425,7 @@
 	case "$action" in
 		"unpack")
 			if [ "$cur" = "-" -o "$cur" = "-s" ]; then
-				COMPREPLY=( $unpackots )
+				COMPREPLY=( $unpackopts )
 				return 0
 			fi
 			case "$prev" in



More information about the Bash-completion-commits mailing list