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 zip -r ISBPL.jar * META-INF
rm *.class rm *.class
cd .. cd ..
echo "#!java -jar" > ISBPL.jar echo "#!${BIN}java -jar" > ISBPL.jar
cat bootstrap/ISBPL.jar >> ISBPL.jar cat bootstrap/ISBPL.jar >> ISBPL.jar
chmod a+rx ISBPL.jar chmod a+rx ISBPL.jar
cp ISBPL.jar "${BIN}/isbpl" cp ISBPL.jar "${BIN}/isbpl"