summaryrefslogtreecommitdiff
path: root/git/commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/commit.sh')
-rwxr-xr-xgit/commit.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/git/commit.sh b/git/commit.sh
index cc05cf5..aa96c8c 100755
--- a/git/commit.sh
+++ b/git/commit.sh
@@ -47,10 +47,10 @@ for i in $modules; do
fi
git commit -F $msg_file
- if [ $? -ne 0 ]; then
- echo "commit FAILED" 1>&2
- exit 1
- fi
+# if [ $? -ne 0 ]; then
+# echo "commit FAILED" 1>&2
+# exit 1
+# fi
cd $wd
done