From 5cc3c9f4535deeef6dd688007b073059b6f473b4 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 16 May 2022 18:25:24 +0200 Subject: [PATCH] fix standalone interpreter --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 353453d..1e0c542 100644 --- a/setup.sh +++ b/setup.sh @@ -15,7 +15,7 @@ rm ISBPL.java ISBPL.jar zip -r ISBPL.jar * META-INF rm *.class cd .. -echo "#!java -jar" > ISBPL.jar +echo "#!${BIN}java -jar" > ISBPL.jar cat bootstrap/ISBPL.jar >> ISBPL.jar chmod a+rx ISBPL.jar cp ISBPL.jar "${BIN}/isbpl"