diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-04-30 20:05:56 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-04-30 20:05:56 -0700 |
commit | f59920b9d0a977ddb735bf792c11ac44da46d93c (patch) | |
tree | e01c378087960bcfbfd08bfcaea10e861942c11c /mbldwrap.sh | |
parent | 18386e4095db52452505a6855117ca80a349be60 (diff) | |
download | mc-f59920b9d0a977ddb735bf792c11ac44da46d93c.tar.gz |
Rework the option parsing api a bit.
Diffstat (limited to 'mbldwrap.sh')
-rwxr-xr-x | mbldwrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbldwrap.sh b/mbldwrap.sh index 7200a01..478228a 100755 --- a/mbldwrap.sh +++ b/mbldwrap.sh @@ -6,7 +6,7 @@ export MYR_RT=../rt/_myrrt.o # this should be a bourne compatible shell script. if test -f mbld/mbld; then - ./mbld/mbld $@ + mbld $@ else ./bootstrap.sh fi |