Commits
Zero King authored f5e4f1a5e7b
1 1 | --- src/platform/darwin.sh.orig 2015-03-05 19:07:50.000000000 -0500 |
2 2 | +++ src/platform/darwin.sh 2015-03-05 19:08:37.000000000 -0500 |
3 - | |
4 - | mount -t hfs -o noatime -o nobrowse "$DARWIN_RAMDISK_DEV" "$SECURE_TMPDIR" || die "Error: could not mount filesystem on ramdisk." |
3 + | |
4 + | fi |
5 5 | } |
6 6 | |
7 7 | -GETOPT="$(brew --prefix gnu-getopt 2>/dev/null || { which port &>/dev/null && echo /opt/local; } || echo /usr/local)/bin/getopt" |
8 8 | +GETOPT=@@PREFIX@@/bin/getopt |
9 9 | SHRED="srm -f -z" |