On Thu, Nov 16, 2006 at 01:01:33AM +0100, Enrico Zini wrote: > I'm not very skilled at spotting bashisms: could please you point me to > the one in it? echo -e?
Yes: fugl:~> dash -c 'echo -e "hello\n"' -e hello fugl:~> bash -c 'echo -e "hello\n"' hello A better suggestion would using printf, or having two echos instead of one. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]