summaryrefslogtreecommitdiff
path: root/vc
diff options
context:
space:
mode:
authorshuai.fu <shuai01.fu@samsung.com>2017-04-22 13:43:02 +0800
committery0169.zhang <y0169.zhang@samsung.com>2017-07-10 11:19:29 +0800
commit24dc605f13d22c9c40999910af164d1f8c5bfd8e (patch)
treeace6b1cfe91019ef6ea452a7fa6bd9d446c4d153 /vc
parent07c0dbf5da85bc3931186838be1420cfd8a2de7f (diff)
downloadbuild-24dc605f13d22c9c40999910af164d1f8c5bfd8e.tar.gz
build-24dc605f13d22c9c40999910af164d1f8c5bfd8e.tar.bz2
build-24dc605f13d22c9c40999910af164d1f8c5bfd8e.zip
Update to upstream 20160629upstream/20160629
Change-Id: Idc31c269aec94e852b30885dee65a827b318b7a3 Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
Diffstat (limited to 'vc')
-rwxr-xr-xvc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vc b/vc
index 66f3da0..12e7ec1 100755
--- a/vc
+++ b/vc
@@ -106,6 +106,7 @@ if [ -z "$changelog" ]; then
fi
if [ ! -e "$changelog" ]; then
+ created_new_changelog=true
touch $changelog
fi
@@ -144,6 +145,9 @@ if [ -z "$message" ]; then
set -- `md5sum "$tmpfile"`
if [ -z "$content" -a "$chksum" == "$1" ]; then
echo "no changes made"
+ if [ "$created_new_changelog" = true ]; then
+ rm -f "$changelog"
+ fi
exit 0
fi
fi