Ticket #42367: patch-getopt-path.diff

File patch-getopt-path.diff, 338 bytes (added by john@…, 10 years ago)
  • src/platform/darwin.sh

    old new  
    3131        mount -t hfs -o noatime -o nobrowse "$ramdisk_dev" "$tmp_dir" || exit 1
    3232}
    3333
    34 GETOPT="$(brew --prefix gnu-getopt 2>/dev/null || echo /usr/local)/bin/getopt"
     34GETOPT=@@PREFIX@@/bin/getopt