projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194e3f7
)
Add "run-build" shell script to simplify working with uninstalled builds.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 17 Oct 2018 21:47:46 +0000
(14:47 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 17 Oct 2018 21:51:23 +0000
(14:51 -0700)
src/run-build
[new file with mode: 0755]
patch
|
blob
diff --git a/src/run-build
b/src/run-build
new file mode 100755
(executable)
index 0000000..
f477d4e
--- /dev/null
+++ b/
src/run-build
@@ -0,0
+1,5
@@
+#!/bin/bash
+set -e
+HERE=$(dirname "${0}")
+export MITSCHEME_LIBRARY_PATH=${HERE}/lib
+"${HERE}"/microcode/scheme "${@}"