build and install findutils and getopt only for macOS/Darwin

This commit is contained in:
2021-03-18 13:36:34 +01:00
parent fcfbe187fd
commit af0f8e9e0c
+1
View File
@@ -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; }