mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
missed one
This commit is contained in:
parent
37b15872de
commit
9d611f563f
@ -73,7 +73,8 @@ if not ORIGTAG:
|
|||||||
|
|
||||||
print 'Tagging sources.'
|
print 'Tagging sources.'
|
||||||
cmd = 'cvs -f -d "%s" rtag -F -r HEAD "%s" "%s"' % (CVSROOT, tag, MODULE)
|
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:
|
else:
|
||||||
# Otherwise, we were given a starting tag, so use it.
|
# Otherwise, we were given a starting tag, so use it.
|
||||||
tag = ORIGTAG
|
tag = ORIGTAG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user