summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
m---------common0
2 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0ea5b171..7bceb7c4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -23,7 +23,7 @@ fi
. common/gst-autogen.sh
# install pre-commit hook for doing clean commits
-if test ! -x .git/hooks/pre-commit;
+if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
then
cp common/hooks/pre-commit.hook .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
diff --git a/common b/common
-Subproject 3f4e9974603807e7615c3a6b8821542abce0be1
+Subproject f7bd42d4fa7f9b976fe5e697ff914e25f25e885