From d93bc622220e26a727b2b4683ce984bf73695938 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Mon, 13 Jan 2014 17:10:20 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20push-upd?= =?UTF-8?q?ate=2008?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push-update.sh | 2 ++ 1 file changed, 2 insertions(+) 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) ||