diff options
Diffstat (limited to '')
-rw-r--r-- | src/platform/darwin.sh | 1 | ||||
-rw-r--r-- | src/platform/freebsd.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh index fca2f91..4e94941 100644 --- a/src/platform/darwin.sh +++ b/src/platform/darwin.sh @@ -31,5 +31,4 @@ tmpdir() { mount -t hfs -o noatime -o nobrowse "$ramdisk_dev" "$tmp_dir" || exit 1 } -GPG="gpg2" GETOPT="$(brew --prefix gnu-getopt 2>/dev/null || echo /usr/local)/bin/getopt" diff --git a/src/platform/freebsd.sh b/src/platform/freebsd.sh index ff41379..a8611e8 100644 --- a/src/platform/freebsd.sh +++ b/src/platform/freebsd.sh @@ -15,5 +15,4 @@ tmpdir() { fi } -GPG="gpg2" GETOPT="/usr/local/bin/getopt" |