From 7a548df5d1094d9d7c93456dbc70082e5bad16c1 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 7 Jan 2022 12:14:09 -0500 Subject: [PATCH] Increase crossbuilding flexibility --- installJRMC | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installJRMC b/installJRMC index 0d4a821..902464a 100755 --- a/installJRMC +++ b/installJRMC @@ -252,8 +252,11 @@ parseInput() { fi ;; --build) + + echo HERE + echo "$1" "$2" BUILD_SWITCH=true - BUILD_TARGET="$2" + #BUILD_TARGET="$2" shift ;; --build-suse) @@ -335,9 +338,6 @@ parseInput() { err "Incorrect options provided" printHelp && exit 1 fi - - echo HERE - [[ -v BUILD_TARGET ]] && echo "$BUILD_TARGET" }