From a5b24c22a865f2ea3ee389b9d0a235bf7d93f5a6 Mon Sep 17 00:00:00 2001 From: Xiao-Yong Jin Date: Wed, 14 Mar 2018 20:17:10 -0500 Subject: mount, 9pfuse: detect macports installed osxfuse MacPorts installs osxfuse under /opt/local. --- bin/mount | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/mount b/bin/mount index a343a532..0fbb1bfd 100755 --- a/bin/mount +++ b/bin/mount @@ -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] -- cgit v1.2.3