[pitivi] autogen: Fix use of PRE_COMMIT variable
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] autogen: Fix use of PRE_COMMIT variable
- Date: Wed, 20 Apr 2016 14:39:35 +0000 (UTC)
commit c1da51f4105178c3d5a6fd96e6a693a34b62a99c
Author: Thibault Saunier <tsaunier gnome org>
Date: Wed Apr 20 11:39:06 2016 -0300
autogen: Fix use of PRE_COMMIT variable
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 69742ec..d6f73a2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -50,7 +50,7 @@ ln -s ../../pre-commit.hook .git/hooks/pre-commit
which pre-commit > /dev/null
PRE_COMMIT=$?
echo ""
-if ((PRE_COMMIT != 0)); then
+if (($PRE_COMMIT != 0)); then
echo "Please install pre-commit from http://pre-commit.com/ before proposing patches"
echo ""
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]