Commit 5f8a9a78 authored by Jim Fulton's avatar Jim Fulton

Fixed option name change.

parent f945ce2b
...@@ -43,7 +43,8 @@ def main(args): ...@@ -43,7 +43,8 @@ def main(args):
global zlib global zlib
import zlib import zlib
z=compress z=compress
elif o=='-M': minimize=1 elif o=='-M':
minimize=1
elif o=='-D': elif o=='-D':
global debug global debug
os.environ['STUPID_LOG_FILE']='' os.environ['STUPID_LOG_FILE']=''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment