[Bash-completion-commits] ./current r1125: Fixed IFS for filedir_xspec - Thanks to Stefan Lippers-Hollmann

David Paleino d.paleino at gmail.com
Sun Jun 22 19:42:22 UTC 2008


------------------------------------------------------------
revno: 1125
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sun 2008-06-22 21:42:22 +0200
message:
  Fixed IFS for filedir_xspec - Thanks to Stefan Lippers-Hollmann
  (Closes: #487571)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-06-22 17:57:44 +0000
+++ b/bash_completion	2008-06-22 19:42:22 +0000
@@ -9331,7 +9331,7 @@
 {
 	local IFS cur xspec
 
-	IFS='\t\n'
+	IFS=$'\t\n'
 	COMPREPLY=()
 	cur=`_get_cword`
 

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-06-22 17:57:44 +0000
+++ b/debian/changelog	2008-06-22 19:42:22 +0000
@@ -1,3 +1,10 @@
+bash-completion (20080617.3) UNRELEASED; urgency=low
+
+  * Fixed IFS for filedir_xspec - Thanks to Stefan Lippers-Hollmann
+    (Closes: #487571)
+
+ -- David Paleino <d.paleino at gmail.com>  Sun, 22 Jun 2008 21:41:20 +0200
+
 bash-completion (20080617.2) unstable; urgency=low
 
   [ David Paleino ]



More information about the Bash-completion-commits mailing list