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  
    3131        mount -t hfs -o noatime -o nobrowse "$DARWIN_RAMDISK_DEV" "$SECURE_TMPDIR" || die "Error: could not mount filesystem on ramdisk."
    3232}
    3333
    34 GETOPT="$(brew --prefix gnu-getopt 2>/dev/null || { which port &>/dev/null && echo /opt/local; } || echo /usr/local)/bin/getopt"
     34GETOPT=@@PREFIX@@/bin/getopt
    3535SHRED="srm -f -z"