* automake.in: This file is not meant to be executed, only to be preprocessed to create the `automake' script; so don't leave it executable. --- ChangeLog | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) mode change 100755 => 100644 automake.in
diff --git a/ChangeLog b/ChangeLog index 49b6e8b..ea92d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-12-22 Stefano Lattarini <[email protected]> + + maint: remove executable bit from automake.in + * automake.in: This file is not meant to be executed, only to + be preprocessed to create the `automake' script; so don't leave + it executable. + 2011-12-20 Peter Rosin <[email protected]> tests: fix spurious failure on systems lacking unistd.h diff --git a/automake.in b/automake.in old mode 100755 new mode 100644 -- 1.7.7.3
