fix standalone interpreter

This commit is contained in:
Daniella 2022-05-16 18:27:28 +02:00
parent 5cc3c9f453
commit 14a15ea028

View file

@ -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"