summaryrefslogtreecommitdiff
path: root/misc/qutebrowser.spec
diff options
context:
space:
mode:
Diffstat (limited to 'misc/qutebrowser.spec')
-rw-r--r--misc/qutebrowser.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/qutebrowser.spec b/misc/qutebrowser.spec
index 06dd628b3..ffb17d371 100644
--- a/misc/qutebrowser.spec
+++ b/misc/qutebrowser.spec
@@ -47,7 +47,7 @@ else:
icon = None
-DEBUG = os.environ.get('PYINSTALLER_DEBUG').lower() in ['1', 'true']
+DEBUG = os.environ.get('PYINSTALLER_DEBUG', '').lower() in ['1', 'true']
a = Analysis(['../qutebrowser/__main__.py'],