pkg(cjam-0.6.5): Run jar file normally and remove self alias

This commit is contained in:
Dan Vargas 2021-04-21 21:21:02 -05:00
parent 31c40293f2
commit e287b8de3f
4 changed files with 4 additions and 15 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# CJam jar executable
cjam "$@"
# run cjam jar
java -jar "$CJAM_PATH"/cjam.jar "$@"