about summary refs log tree commit diff stats
path: root/linux/bootstrap
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-03-12 10:14:44 -0800
committerKartik Agaram <vc@akkartik.com>2021-03-12 10:14:59 -0800
commit7ce83f9bfff31da977366250c581f453ca52fd74 (patch)
tree540046c2361ce1cec08b887b0c6e4b8b6516b909 /linux/bootstrap
parent7e87c36c3aec7d715f7fbb04ca6bd6557eeedef3 (diff)
downloadmu-7ce83f9bfff31da977366250c581f453ca52fd74.tar.gz
some tweaks while updating mu-normie
Diffstat (limited to 'linux/bootstrap')
-rwxr-xr-xlinux/bootstrap/bootstrap4
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 "$@"