fix standalone interpreter
This commit is contained in:
parent
5cc3c9f453
commit
14a15ea028
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -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 "#!${BIN}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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue