1 diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh
2 index f6cc471..e2e8bba 100644
3 --- a/src/platform/darwin.sh
4 +++ b/src/platform/darwin.sh
5 @@ -39,6 +39,5 @@ qrcode() {
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"
11 BASE64="openssl base64"