The following commit has been merged in the master branch:
commit bb02bcde80f58cd307a1724b2968292547edcd52
Author: Ville Skyttä <[email protected]>
Date:   Sat Nov 26 16:09:36 2011 +0200

    dequote: Use printf instead of echo (Alioth: #312163).

diff --git a/bash_completion b/bash_completion
index c239576..b8017d3 100644
--- a/bash_completion
+++ b/bash_completion
@@ -157,7 +157,7 @@ quote_readline()
 # This function shell-dequotes the argument
 dequote()
 {
-    eval echo "$1" 2> /dev/null
+    eval printf %s "$1" 2> /dev/null
 }
 
 

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to