From 14a15ea028d0b61cbcc2dccb052e970e33f184a2 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 16 May 2022 18:27:28 +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 1e0c542..1672833 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 "#!${BIN}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"