aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO.txt
blob: 515c85109439e889519ecf4854293c18a33e470d (plain)
1
2
3
4
5
6
7
8
9
10
improve zsh, automatically ... (pulled from configure)

  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    emulate sh
    NULLCMD=:
    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    # is contrary to our usage.  Disable this feature.
    alias -g '${1+"$@"}'='"$@"'
    setopt NO_GLOB_SUBST
  else