diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-26 07:56:25 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-26 07:56:25 -0400 |
commit | 3e78cb3786cd7fc14fbe0b310be0662a13e89269 (patch) | |
tree | 99e6f6b4635b3c3674624fc2b906e9d0aa2d7e56 /run-game | |
parent | 564f7a0eab77d95c623f8df4638b3cbbe794a218 (diff) |
Remove DEV_MODE from run-game script.
Diffstat (limited to 'run-game')
-rwxr-xr-x | run-game | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -DEV_MODE=1 ./pre-inst-env guile -c '(use-modules (test-subject game)) (launch-game)' +./pre-inst-env guile -c '(use-modules (test-subject game)) (launch-game)' |