pkg(osabie-1.0.1): Fix osabie args

This commit is contained in:
Dan Vargas 2021-03-17 22:04:43 -05:00
parent bcbdda6f66
commit b8aa60c4ab
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
# Put instructions to run the runtime
osabie "$@"
# osabie only takes filename and stdin
osabie "$1"