fix standalone interpreter

This commit is contained in:
Daniella / Tove 2022-05-16 18:25:24 +02:00
parent 54fea2d806
commit 5cc3c9f453

View file

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