mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
hack around the hack around bash echo
This commit is contained in:
parent
400fe31061
commit
45f651ab00
1 changed files with 1 additions and 1 deletions
|
@ -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