Avoid an unportable use of `$status' shell variable.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 30 Mar 2010 15:36:13 +0000 (17:36 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 4 Apr 2010 06:36:40 +0000 (08:36 +0200)
commitd14b29a7e4b0d788808a1fa54318502e9edf5864
tree57d0afee7a4612d3100a937060df3450158faa4f
parent8ff479ac3e3dd7f79d72088e8dceeec16c75240e
Avoid an unportable use of `$status' shell variable.

* Makefile.am (path-check): Don't use the `$status' shell variable
in the target's rules, as it's special in Zsh (equivalent to `$?',
and readonly).
ChangeLog
Makefile.am
Makefile.in