Правки push-update 08

This commit is contained in:
Alexander Demidov
2014-01-13 17:10:20 +04:00
parent aec3f7c14e
commit d93bc62222

View File

@ -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) ||