[Bash-completion-commits] ./current r1144: fixed code for exclusions compspecs

David Paleino d.paleino at gmail.com
Mon Jun 23 10:00:22 UTC 2008


------------------------------------------------------------
revno: 1144
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Mon 2008-06-23 12:00:22 +0200
message:
  fixed code for exclusions compspecs
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-06-23 09:58:40 +0000
+++ b/bash_completion	2008-06-23 10:00:22 +0000
@@ -9405,7 +9405,7 @@
 		line=${line%# START exclude*}
 		line=${line%# FINISH exclude*}
 		line=${line##*\'}
-		list=( "${list[@]:-}" $line )
+		list=( "${list[@]}" $line )
 	done
 	echo "${list[@]}"
 	)

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-06-23 09:58:40 +0000
+++ b/debian/changelog	2008-06-23 10:00:22 +0000
@@ -16,8 +16,9 @@
     - fixed _muttquery()
     - added flv/FLV completion to mplayer
     - only complete on filenames for aspell
+    - fixed code for exclusions compspecs
 
- -- David Paleino <d.paleino at gmail.com>  Mon, 23 Jun 2008 11:58:16 +0200
+ -- David Paleino <d.paleino at gmail.com>  Mon, 23 Jun 2008 12:00:07 +0200
 
 bash-completion (20080617.3) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list