From 02918de66fd83137bf51fb4e3bd0b00628811d66 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Mon, 11 May 2020 15:43:06 +0100 Subject: [PATCH] Be more verbose about which arch we're using --- bootstrap-toolchain-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-toolchain-vm.sh b/bootstrap-toolchain-vm.sh index ad410e4..05f7a01 100755 --- a/bootstrap-toolchain-vm.sh +++ b/bootstrap-toolchain-vm.sh @@ -82,5 +82,5 @@ for LINE in $(cat MANIFEST); do chmod $MODE $FILENAME done -echo "Starting emulated runtime VM next" +echo "Starting emulated runtime VM for $RUNTIME next" MACH=$RUNTIME ./start_runtime -- 2.20.1