pkg(osabie-1.0.1): Fix osabie args
This commit is contained in:
parent
bcbdda6f66
commit
b8aa60c4ab
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Put instructions to run the runtime
|
# osabie only takes filename and stdin
|
||||||
osabie "$@"
|
osabie "$1"
|
Loading…
Reference in New Issue