summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-17 16:51:13 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-17 16:51:13 -0400
commita438fe18e71851476cf057770a53892caaadfa71 (patch)
tree7b28d0630f97202c704004672ec4b53b76350eb8
parentb5ada853ca8fd5ce562c2d0db0a724acadc08cd0 (diff)
Add DEV_MODE flag to run-game script.
-rwxr-xr-xrun-game2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-game b/run-game
index 3b2225f..a50c20c 100755
--- a/run-game
+++ b/run-game
@@ -1,3 +1,3 @@
#!/bin/sh
-./pre-inst-env guile game.scm
+DEV_MODE=1 ./pre-inst-env guile game.scm