Skip to content

Commit 862361d

Browse files
author
Stuart Halloway
committed
fix repl helper
1 parent 4dd8e77 commit 862361d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bin/repl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22
# Note: First you must run mvn dependency:build-classpath -Dmdep.outputFile=bin/maven-classpath
3+
set -e
4+
35
CLASSPATH=src/main/clojure:src/test/clojure:src/examples/clojure:`cat bin/maven-classpath`
46

5-
java -server -Xmx2GB $CTG_JAVA_OPTS -cp $CLASSPATH clojure.main "$@"
7+
java -server -Xmx2G $CTG_JAVA_OPTS -cp $CLASSPATH clojure.main "$@"
68

79

0 commit comments

Comments
 (0)