Browse Source

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

rdb 15 years ago
parent
commit
a733b257f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -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