Ticket #47050: patch-getopt-path.diff
File patch-getopt-path.diff, 465 bytes (added by john@…, 10 years ago) |
---|
-
src/platform/darwin.sh
old new 31 31 mount -t hfs -o noatime -o nobrowse "$DARWIN_RAMDISK_DEV" "$SECURE_TMPDIR" || die "Error: could not mount filesystem on ramdisk." 32 32 } 33 33 34 GETOPT= "$(brew --prefix gnu-getopt 2>/dev/null || { which port &>/dev/null && echo /opt/local; } || echo /usr/local)/bin/getopt"34 GETOPT=@@PREFIX@@/bin/getopt 35 35 SHRED="srm -f -z"