From 994366b70014c08dd7c1e6194e4425e2c48ade17 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 17 Oct 2005 21:08:42 +0000 Subject: [PATCH] * tests/nobase.test: Use `chmod a-x' instead of `chmod -x', suggested by Eric Blake. --- ChangeLog | 5 +++++ tests/nobase.test | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.43.5