From af0f8e9e0c9f513f4017222ce2220394142b59ae Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 18 Mar 2021 13:36:34 +0100 Subject: [PATCH] build and install findutils and getopt only for macOS/Darwin --- build | 1 + 1 file changed, 1 insertion(+) diff --git a/build b/build index 5f0b667..d882edc 100755 --- a/build +++ b/build @@ -5,6 +5,7 @@ if [ "${BASH_VERSINFO[0]}" -lt 4 ]; then exit 1 fi +declare -r OS=$(uname -s) declare BOOTSTRAP_DIR=$(dirname "$0") source "${BOOTSTRAP_DIR}/Pmodules/libstd.bash" || { echo "Oops!" 1>&2; exit 42; }