|
| From: | Martin d Anjou |
| Subject: | Re: setting SHELL to ssh script for load sharing parallel make |
| Date: | Sat, 30 Aug 2008 11:00:19 -0400 (EDT) |
| User-agent: | Alpine 1.10 (LNX 962 2008-03-14) |
#!/bin/sh
for i do
printf '-->%s<--\n' "$i"
done
I had to remove the double -- to make it work but for the rest, it works! Thanks a lot. I ended up suspecting something with IFS, but could not get it straight.
Thanks, Martin
| [Prev in Thread] | Current Thread | [Next in Thread] |