]> sourceware.org Git - automake.git/commitdiff
* tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 17 Oct 2005 21:08:42 +0000 (21:08 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 17 Oct 2005 21:08:42 +0000 (21:08 +0000)
suggested by Eric Blake.

ChangeLog
tests/nobase.test

index 2799b40b63fc432c830f09a24446c16354168e77..9a6b27bda712682f6491f43619553ec13c807919 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-17  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
+       suggested by Eric Blake.
+
 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
 
        * doc/automake.texi (Program and Library Variables): Typo.
index 99d4babcdd9bae595dd11bd07303240b469a6669..4eae8385a19b111a3fcd8766d0e61098a32ff58f 100755 (executable)
@@ -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
This page took 0.029978 seconds and 5 git commands to generate.