]> sourceware.org Git - automake.git/commit
Fix some bugs when using "$@" when there might be zero positional
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2002 20:59:18 +0000 (20:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2002 20:59:18 +0000 (20:59 +0000)
commitab8affcbf04feef41cb3efeb4207ca795b06ea22
tree43adb1f58473478ff4647c7a7f3d19bc23dacf4d
parent38a6972c80672037f3aed2aac5dc37b1085f1fc9
Fix some bugs when using "$@" when there might be zero positional
arguments in cases where this matters.  Zsh doesn't support
the workaround ${1+"$@"} that has been used by Automake since
the Mon Dec  4 11:55:36 1995 change.

* aclocal.in: Use 'case' statement to work around problem.
* automake.in: Likewise.
* lib/ylwrap: Likewise.
* lib/missing: No need for workaround, as the command is never
invoked with zero arguments.
* tests/ccnoco.test: Likewise.
* missing: Update from lib/missing.
ChangeLog
This page took 0.025196 seconds and 5 git commands to generate.