Fix non-portable use of chmod in autogen.sh.

* autogen.sh: Remove option -c from chmod.
This commit is contained in:
Werner Koch 2012-11-16 10:36:53 +01:00
parent 011faa0c68
commit e7bc5012c5
1 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ if [ -d .git ]; then
and .git/hooks/pre-commit.sample out of the way.
EOF
cp -av .git/hooks/pre-commit.sample .git/hooks/pre-commit
chmod -c +x .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
fi
tmp=$(git config --get filter.cleanpo.clean)
if [ "$tmp" != "awk '/^\"POT-Creation-Date:/&&!s{s=1;next};!/^#: /{print}'" ]
@ -301,7 +301,7 @@ EOF
*** Activating commit log message check hook. ***
EOF
cp -av scripts/git-hooks/commit-msg .git/hooks/commit-msg
chmod -c +x .git/hooks/commit-msg
chmod +x .git/hooks/commit-msg
fi
fi