On Dec 17, 2006, at 08:10, Peter O'Gorman wrote:

> So you can probably assume that if there are differences between the
> UNIX03 spec and bsd, then Apple will probably go with UNIX03.

If the shell is invoked as /bin/sh, it will be in "standards- 
compliant sh mode", and echo won't interpret -n.  If the shell is  
invoked as /bin/bash, echo -n will be interpreted.

This behavior can be toggled without invoking a new shell via set -o  
posix / set +o posix (which doesn't appear to change how echo -n is  
interpreted in Tiger.)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to