diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-04 20:42:39 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-04 20:42:39 -0400 |
commit | 6b164ea31f6ae140dce3b420656a3013a3408e0a (patch) | |
tree | 76ef5e599499dc4864a920e5e2040f4b479b25c2 | |
parent | 67e02718bf8ad262409d3e023e12669bbff6c336 (diff) |
Run examples in dev mode.
-rwxr-xr-x | run-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-example b/run-example index 67bc66b..2166f71 100755 --- a/run-example +++ b/run-example @@ -1,4 +1,4 @@ #!/bin/sh cd examples/$1 -../../pre-inst-env guile --no-auto-compile $1.scm +DEV_MODE=1 ../../pre-inst-env guile --no-auto-compile $1.scm |