diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-06-28 18:21:04 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-06-28 18:22:08 -0700 |
commit | 2c1e2fef91c31025ce44e47ce77486d957cf8839 (patch) | |
tree | 81cd9c19f773c3d3c2cc4c3fe8f8c29e4345fe67 /genbootstrap.sh | |
parent | acfaafa6f2373eab08227ed02a0e86d196fad384 (diff) | |
download | mc-2c1e2fef91c31025ce44e47ce77486d957cf8839.tar.gz |
Actually fix the bootstrap script.
..oops. Still was pointing at the wrong paths.
Diffstat (limited to 'genbootstrap.sh')
-rwxr-xr-x | genbootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/genbootstrap.sh b/genbootstrap.sh index d7071cb..93e8e74 100755 --- a/genbootstrap.sh +++ b/genbootstrap.sh @@ -5,8 +5,8 @@ if test `uname` = Plan9; then export MYR_MC=../6/6.out export MYR_RT=../rt/_myrrt.6 else - export MYR_MUSE=../muse - export MYR_MC=../6m + export MYR_MUSE=../muse/muse + export MYR_MC=../6/6m export MYR_RT=../rt/_myrrt.o fi ./mbldwrap.sh |