summaryrefslogtreecommitdiffstats
path: root/pie-bash-completion
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-04 07:49:25 +0100
committerRemi Collet <remi@php.net>2025-11-04 07:49:25 +0100
commit5fd3b20e454f9a8b380a5e59301881ff9737d805 (patch)
treed8f78f10655221660b26f00a10f8513f463458e8 /pie-bash-completion
parenta3887c78af789334ad794d2c717385f11114cc03 (diff)
update to 1.3.0-alpha1HEADmaster
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