From 17c8c16ee2dcb33abb7fdf50c40015f1b9d13689 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Nov 2012 10:51:28 +0100 Subject: Fix non-portable use of chmod in autogen.sh. * autogen.sh: Remove option -c from chmod. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 596565b..bf2c490 100755 --- a/autogen.sh +++ b/autogen.sh @@ -256,7 +256,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}'" ] -- cgit v1.2.3