]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Remove executable bit from automake.in
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 4 Dec 2009 17:15:57 +0000 (18:15 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 5 Dec 2009 10:56:47 +0000 (11:56 +0100)
File `automake.in' is not meant to be executed (only to be
preprocessed into `automake'), so don't leave it executable.

* automake.in: Remove executable bit.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
automake.in [changed mode: 0755->0644]

index 06cf2e4f6bfc5e279a87f47a3c958f117fb84316..7d45b4547931fcd03102d1d8b941b253f8730688 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       File `automake.in' is not meant to be executed (only to be
+       preprocessed into `automake'), so don't leave it executable.
+       * automake.in: Remove executable bit.
+
 2009-12-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Don't make the generated Automake's Config.pm executable.
old mode 100755 (executable)
new mode 100644 (file)