From 3b16d1d3fbd221724378475085a1170997d732b5 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 30 Sep 2012 18:26:48 +0200 Subject: Explicitly use gpg2 rather than relying on symlink. --- src/platform/darwin.sh | 1 - src/platform/freebsd.sh | 1 - 2 files changed, 2 deletions(-) (limited to 'src/platform') 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" -- cgit v1.2.3-54-g00ecf