Commit c94c0091 authored by Marc Khouzam's avatar Marc Khouzam Committed by Matthew Fisher

Fix #5046 compatible with MacOS (#5406)

Signed-off-by: 's avatarMarc Khouzam <marc.khouzam@ville.montreal.qc.ca>
parent 9689b023
...@@ -212,7 +212,7 @@ __helm_convert_bash_to_zsh() { ...@@ -212,7 +212,7 @@ __helm_convert_bash_to_zsh() {
-e "s/${LWORD}compopt${RWORD}/__helm_compopt/g" \ -e "s/${LWORD}compopt${RWORD}/__helm_compopt/g" \
-e "s/${LWORD}declare${RWORD}/__helm_declare/g" \ -e "s/${LWORD}declare${RWORD}/__helm_declare/g" \
-e "s/\\\$(type${RWORD}/\$(__helm_type/g" \ -e "s/\\\$(type${RWORD}/\$(__helm_type/g" \
-e 's/aliashash\["\(\w\+\)"\]/aliashash[\1]/g' \ -e 's/aliashash\["\(.\{1,\}\)"\]/aliashash[\1]/g' \
<<'BASH_COMPLETION_EOF' <<'BASH_COMPLETION_EOF'
` `
out.Write([]byte(zshInitialization)) out.Write([]byte(zshInitialization))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment