2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

fix a problem with COMMITD flag

This commit is contained in:
ligc
2015-07-03 02:14:48 -04:00
parent e4fa6bf124
commit 3cf209a3a4

View File

@@ -249,8 +249,10 @@ if [ "$GIT" = "1" ]; then
fi
fi
fi
if ! $GREP 'Already up-to-date' $GITUP; then
SOMETHINGCHANGED=1
if [ -f "$GITUP" ]; then
if ! $GREP 'Already up-to-date' $GITUP; then
SOMETHINGCHANGED=1
fi
fi
fi
else