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
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue