diff options
Diffstat (limited to 'scripts/lib/bsp')
-rw-r--r-- | scripts/lib/bsp/engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index 5ff6c9836d..2b87d3337a 100644 --- a/scripts/lib/bsp/engine.py +++ b/scripts/lib/bsp/engine.py | |||
@@ -1362,7 +1362,7 @@ def run_program_lines(linelist, codedump): | |||
1362 | of = open("bspgen.out", "w") | 1362 | of = open("bspgen.out", "w") |
1363 | of.write(buf) | 1363 | of.write(buf) |
1364 | of.close() | 1364 | of.close() |
1365 | exec buf | 1365 | exec(buf) |
1366 | 1366 | ||
1367 | 1367 | ||
1368 | def gen_target(files, context = None): | 1368 | def gen_target(files, context = None): |