Nishio Futoshi fut_nis@d3.dion.ne.jp
Noah Elliott elliott@hera.llnl.gov
Noah Friedman friedman@gnu.ai.mit.edu
-Oliver Kiddle okiddle@totalise.co.uk
+Oliver Kiddle opk@zsh.org
Olly Betts olly@survex.com
Ossama Othman ossama@debian.org
Patrick Tullmann tullmann@cs.utah.edu
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
- [#] Zsh performs word splitting on ${1+"$[@]"}, which is contrary to
- # our usage. Disable this feature.
+ [#] Zsh 3.x and 4.x performs word splitting on ${1+"$[@]"}, which
+ # is contrary to our usage. Disable this feature.
alias -g '${1+"$[@]"}'='"$[@]"'
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
set -o posix