diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 0becb3d58dd..d0352171e7d 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -579,7 +579,7 @@ def processCmdLine(): iceHome = a if o == "--mode": buildmode = a - if buildmode != 'debug' and mode != 'release': + if buildmode != 'debug' and buildmode != 'release': usage() if host != "": |