lol
at 24.11-pre 12 lines 484 B view raw
1diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh 2index 9a1fda8..4f7ce3d 100644 3--- a/src/platform/darwin.sh 4+++ b/src/platform/darwin.sh 5@@ -39,6 +39,6 @@ qrcode() { 6 fi 7 } 8 9-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" 10+GETOPT="@getopt@/bin/getopt" 11 SHRED="srm -f -z" 12 BASE64="openssl base64"