We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706218d commit 4809ea3Copy full SHA for 4809ea3
.spin/bin/env
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-SCRIPT_PATH=$(dirname "$BASH_SOURCE[0]")
+SCRIPT_PATH=$(dirname "${BASH_SOURCE[0]:-${(%):-%x}}")
4
SCRIPT_PATH=$(cd "$SCRIPT_PATH" && pwd)
5
TRUFFLERUBY_DIR=$SCRIPT_PATH/../..
6
export JT_ENV=jvm-ce
0 commit comments