missed one

This commit is contained in:
David Rose 2003-02-25 03:06:42 +00:00
parent 37b15872de
commit 9d611f563f

View File

@ -73,7 +73,8 @@ if not ORIGTAG:
print 'Tagging sources.'
cmd = 'cvs -f -d "%s" rtag -F -r HEAD "%s" "%s"' % (CVSROOT, tag, MODULE)
os.system(cmd)
if os.system(cmd) != 0:
sys.exit(1)
else:
# Otherwise, we were given a starting tag, so use it.
tag = ORIGTAG