2023-07-04 07:14:55 +00:00
|
|
|
diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh
|
|
|
|
index 9a1fda8..4f7ce3d 100644
|
|
|
|
--- a/src/platform/darwin.sh
|
|
|
|
+++ b/src/platform/darwin.sh
|
|
|
|
@@ -39,6 +39,6 @@ qrcode() {
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
|
|
|
-GETOPT="$({ test -x /usr/local/opt/gnu-getopt/bin/getopt && echo /usr/local/opt/gnu-getopt; } || brew --prefix gnu-getopt 2>/dev/null || { command -v port &>/dev/null && echo /opt/local; } || echo /usr/local)/bin/getopt"
|
2023-07-04 10:26:31 +00:00
|
|
|
+GETOPT="@getopt@/bin/getopt"
|
2023-07-04 07:14:55 +00:00
|
|
|
SHRED="srm -f -z"
|
|
|
|
BASE64="openssl base64"
|