No need for ${1+"$@"} workaround, as the command is never invoked with
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2002 20:55:59 +0000 (20:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2002 20:55:59 +0000 (20:55 +0000)
commit810763a818774ff61856b870d09b32108f539e8b
tree12abce5b5959e073a2e1c39e607c4f0eae5a6966
parent7a3333dd489895a8914daff98711c21400b483ff
No need for ${1+"$@"} workaround, as the command is never invoked with
zero arguments.  The workaround breaks with Zsh, so go back to "$@".
lib/missing