#!/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


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to