From: Alexandre Duret-Lutz Date: Mon, 17 Oct 2005 21:08:42 +0000 (+0000) Subject: * tests/nobase.test: Use `chmod a-x' instead of `chmod -x', X-Git-Tag: Release-1-9b~109 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=994366b70014c08dd7c1e6194e4425e2c48ade17;p=automake.git * tests/nobase.test: Use `chmod a-x' instead of `chmod -x', suggested by Eric Blake. --- diff --git a/ChangeLog b/ChangeLog index 2799b40b..9a6b27bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-17 Alexandre Duret-Lutz + + * tests/nobase.test: Use `chmod a-x' instead of `chmod -x', + suggested by Eric Blake. + 2005-10-17 Stepan Kasal * doc/automake.texi (Program and Library Variables): Typo. diff --git a/tests/nobase.test b/tests/nobase.test index 99d4babc..4eae8385 100755 --- a/tests/nobase.test +++ b/tests/nobase.test @@ -122,7 +122,7 @@ $AUTOMAKE -a --copy # generated, and applied to the unpacked clean sources during the # build. patch(1) knows nothing about permissions, so executable bits # etc can disappear.") -chmod -x install-sh +chmod a-x install-sh $MAKE $MAKE test-install-data