diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-03-12 10:14:44 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-03-12 10:14:59 -0800 |
commit | 7ce83f9bfff31da977366250c581f453ca52fd74 (patch) | |
tree | 540046c2361ce1cec08b887b0c6e4b8b6516b909 /linux/bootstrap | |
parent | 7e87c36c3aec7d715f7fbb04ca6bd6557eeedef3 (diff) | |
download | mu-7ce83f9bfff31da977366250c581f453ca52fd74.tar.gz |
some tweaks while updating mu-normie
Diffstat (limited to 'linux/bootstrap')
-rwxr-xr-x | linux/bootstrap/bootstrap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/bootstrap/bootstrap b/linux/bootstrap/bootstrap index b3e6cc60..c15a9dc3 100755 --- a/linux/bootstrap/bootstrap +++ b/linux/bootstrap/bootstrap @@ -2,4 +2,6 @@ # Run SubX VM, first compiling if necessary. set -e -$(dirname $0)/build && $(dirname $0)/bootstrap_bin "$@" +$(dirname $0)/build + +$(dirname $0)/bootstrap_bin "$@" |