From b4bfef6162f074f70bdac8e7fc8eeb2d04ccf9f6 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 7 Dec 2015 09:11:35 -0500 Subject: [PATCH] Automatic update of common submodule From b319909 to 86e4663 --- autogen.sh | 6 +++++- common | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 265d4f5..82a6ea4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -37,7 +37,11 @@ fi if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \); then rm -f .git/hooks/pre-commit - ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit + if ! ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit 2> /dev/null + then + echo "Failed to create commit hook symlink, copying instead ..." + cp common/hooks/pre-commit.hook .git/hooks/pre-commit + fi fi # GNU gettext automake support doesn't get along with git. diff --git a/common b/common index b319909..86e4663 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b3199090fa16a545d585a54deaa61b687ac369e1 +Subproject commit 86e46630ed8af8d94796859db550a9c3d89c9f65 -- 2.7.4