Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1f50e6

Browse files
committed
[Console] Fix handling of\E in Bash completion
1 parent9eab435 commitf1f50e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Console/Resources/completion.bash‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ _sf_{{ COMMAND_NAME }}() {
3737

3838
local completecmd=("$sf_cmd""_complete""--no-interaction""-sbash""-c$cword""-a{{ VERSION }}")
3939
forwin${words[@]};do
40-
w=$(printf --'%b'"$w")
40+
w="${w//\\\\/\\}"
4141
# remove quotes from typed values
4242
quote="${w:0:1}"
4343
if ["$quote"==\' ];then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp