dequote: Use printf instead of echo (Alioth: #312163).
This commit is contained in:
parent
dc545f22f2
commit
bb02bcde80
@ -157,7 +157,7 @@ quote_readline()
|
|||||||
# This function shell-dequotes the argument
|
# This function shell-dequotes the argument
|
||||||
dequote()
|
dequote()
|
||||||
{
|
{
|
||||||
eval echo "$1" 2> /dev/null
|
eval printf %s "$1" 2> /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user