diff options
author | Xiao-Yong Jin <xjin@anl.gov> | 2018-03-14 20:17:10 -0500 |
---|---|---|
committer | David du Colombier <0intro@gmail.com> | 2018-03-27 15:01:46 +0200 |
commit | a5b24c22a865f2ea3ee389b9d0a235bf7d93f5a6 (patch) | |
tree | 5ec9369d54fa6dc6f2cce3626a8e33af06e9d98c /bin | |
parent | 4ebaf18e9234bf58aae7a5c47fc15ec4c80812b6 (diff) | |
download | plan9port-a5b24c22a865f2ea3ee389b9d0a235bf7d93f5a6.tar.gz plan9port-a5b24c22a865f2ea3ee389b9d0a235bf7d93f5a6.tar.bz2 plan9port-a5b24c22a865f2ea3ee389b9d0a235bf7d93f5a6.zip |
mount, 9pfuse: detect macports installed osxfuse
MacPorts installs osxfuse under /opt/local.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mount | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ case Darwin test -d /System/Library/Extensions/fusefs.kext || test -d /Library/Filesystems/osxfuse.fs/Contents/Extensions/$version/osxfuse.kext || test -d /Library/Filesystems/osxfusefs.fs/Support/osxfusefs.kext || + test -d /opt/local/Library/Filesystems/osxfuse.fs || test -d /Library/Filesystems/fusefs.fs/Support/fusefs.kext) exec 9pfuse $1 $2 echo 'don''t know how to mount (no fuse)' >[1=2] |