diff options
-rwxr-xr-x | git/commit.sh | 8 |
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 |