From c65205c8e69d5dadacc9818ddabb243c494412a1 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 7 Jan 2022 12:12:50 -0500 Subject: [PATCH] Increase crossbuilding flexibility --- installJRMC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 37fc134..0d4a821 100755 --- a/installJRMC +++ b/installJRMC @@ -253,7 +253,8 @@ parseInput() { ;; --build) BUILD_SWITCH=true - shift && BUILD_TARGET="$1" + BUILD_TARGET="$2" + shift ;; --build-suse) BUILD_SWITCH=true