Ticket #43348: patch-getopt-path.diff
File patch-getopt-path.diff, 357 bytes (added by john@…, 11 years ago) |
---|
-
src/platform/darwin.sh
old new 31 31 mount -t hfs -o noatime -o nobrowse "$ramdisk_dev" "$tmp_dir" || exit 1 32 32 } 33 33 34 GETOPT= "$(brew --prefix gnu-getopt 2>/dev/null || echo /usr/local)/bin/getopt"34 GETOPT=@@PREFIX@@/bin/getopt 35 35 SHRED="srm -f -z"