K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-11-09T22:32:11.998817Z K 7 svn:log V 321 MFC r198454: sh: Exempt $@ and $* from set -u This seems more useful and will likely be in the next POSIX standard. Also document more precisely in the man page what set -u does (note that $@, $* and $! are the only special parameters that can ever be unset, all the others are always set, although they may be empty). END