Skip to content
Snippets Groups Projects
Commit 029ac8cd authored by Nicolas Dufresne's avatar Nicolas Dufresne
Browse files

Automatic update of common submodule

From b319909 to 86e4663
parent 193b0d81
No related merge requests found
......@@ -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.
......
common @ 86e46630
Subproject commit b3199090fa16a545d585a54deaa61b687ac369e1
Subproject commit 86e46630ed8af8d94796859db550a9c3d89c9f65
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment