diff --git a/push-update.sh b/push-update.sh index fae0f54..22af8bf 100755 --- a/push-update.sh +++ b/push-update.sh @@ -52,6 +52,8 @@ do LIB_NEW_COMMITS=`echo $?` if [ $LIB_NEW_COMMITS == 1 ] then + echo -e "`pwd`\n" + exit 1 (git reset > /dev/null && git add "$LIB_DIR" > /dev/null && git commit -m $MESSAGE > /dev/null) ||