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 1abab26633c..0f64819f0a7 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -223,7 +223,7 @@ def isSolaris(): def isNoServices(): if not isWin32(): - return false + return False compiler = "" if os.environ.get("CPP_COMPILER", "") != "": compiler = os.environ["CPP_COMPILER"] |