I don't know enough about the way each shell escapes newlines to have a quick fix (besides forcing bash on the target machine, which may not be so bad given that the deploy script itself is bash). Does anybody else have one? If not I am happy to look into it for a fix.
Hello,
The execution of
for-each-ref
fails when the target machine useszsh
(orcsh
) as its default shell.deploy.conf
Output from
deploy
where the target machine useszsh
:Output of running that command in isolation on each of the shells on my machine (running Mavericks):
I don't know enough about the way each shell escapes newlines to have a quick fix (besides forcing bash on the target machine, which may not be so bad given that the deploy script itself is bash). Does anybody else have one? If not I am happy to look into it for a fix.