Let's consider any makepanda invocation that doesn't actually invoke makepanda, a failure

This commit is contained in:
rdb 2010-11-06 18:28:17 +00:00
parent 769b762ebf
commit a733b257f3

View File

@ -115,7 +115,7 @@ def usage(problem):
print "" print ""
print " makepanda --everything" print " makepanda --everything"
print "" print ""
os._exit(0) os._exit(1)
def parseopts(args): def parseopts(args):
global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR