Le Sat, Mar 17, 2007 at 12:00:20PM +0100, Florent Rougon a écrit : > Charles Plessy <[EMAIL PROTECTED]> wrote: > > > #!/bin/sh > > echo -e "AMAP is now available under /usr/bin/amap.\nThis wrapper > > (/usr/bin/amap-align) will be removed in the future." > > exec /usr/bin/amap "$@" > > 'echo -e' is not specified by POSIX. If you want to use escapes such as > \n, you'd better use printf instead of echo.
Thanks a lot, I will use one echo per line. -- Charles -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]