mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
hack around the hack around bash echo
This commit is contained in:
parent
400fe31061
commit
45f651ab00
|
|
@ -32,7 +32,7 @@ create_executable() {
|
|||
echo \$0
|
||||
while [[ \$# -gt 0 ]]; do
|
||||
# hack to avoid bash builtin echo which can't output '-e'
|
||||
\$(which echo) \$1
|
||||
cat <<<\"\$1\"
|
||||
shift 1
|
||||
done
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in a new issue