1diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh
2index f6cc471..e2e8bba 100644
3--- a/src/platform/darwin.sh
4+++ b/src/platform/darwin.sh
5@@ -39,6 +39,5 @@ 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 || { which port &>/dev/null && echo /opt/local; } || echo /usr/local)/bin/getopt"
10 SHRED="srm -f -z"
11 BASE64="openssl base64"