hack around the hack around bash echo

This commit is contained in:
Mislav Marohnić 2013-04-01 03:11:46 +02:00
parent 400fe31061
commit 45f651ab00

View file

@ -32,7 +32,7 @@ create_executable() {
echo \$0 echo \$0
while [[ \$# -gt 0 ]]; do while [[ \$# -gt 0 ]]; do
# hack to avoid bash builtin echo which can't output '-e' # hack to avoid bash builtin echo which can't output '-e'
\$(which echo) \$1 cat <<<\"\$1\"
shift 1 shift 1
done done
" "