summaryrefslogtreecommitdiffstats
path: root/pie-bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'pie-bash-completion')
-rw-r--r--pie-bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/pie-bash-completion b/pie-bash-completion
index f189bdc..837f518 100644
--- a/pie-bash-completion
+++ b/pie-bash-completion
@@ -37,7 +37,7 @@ _sf_pie() {
local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-a1")
for w in ${words[@]}; do
- w=$(printf -- '%b' "$w")
+ w="${w//\\\\/\\}"
# remove quotes from typed values
quote="${w:0:1}"
if [ "$quote" == \' ]; then