summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-11-16 11:02:02 +0100
committerWerner Koch <wk@gnupg.org>2012-11-16 11:02:02 +0100
commit65c2a52a1cce0aa609b3b6c68c0e89890171209b (patch)
treeed44961f2b767ec36bed3b74be500687304ed637
parent6feb29a67a0e6660c876055ee59f2e716ef8e7c2 (diff)
downloadlibgcrypt-65c2a52a1cce0aa609b3b6c68c0e89890171209b.tar.gz
Fix non-portable use of chmod in autogen.sh.
* autogen.sh: Remove option -c from chmod.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d9a65869..92cc0d64 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -250,7 +250,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
fi