summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-26 07:56:25 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-26 07:56:25 -0400
commit3e78cb3786cd7fc14fbe0b310be0662a13e89269 (patch)
tree99e6f6b4635b3c3674624fc2b906e9d0aa2d7e56
parent564f7a0eab77d95c623f8df4638b3cbbe794a218 (diff)
Remove DEV_MODE from run-game script.
-rwxr-xr-xrun-game2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-game b/run-game
index b4d451c..1ea6c5c 100755
--- a/run-game
+++ b/run-game
@@ -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)'