mount: update MacFUSE locations (Jeff Sickel)

This commit is contained in:
Russ Cox 2008-06-19 11:42:16 -04:00
parent 5a0f923557
commit ad95037a48

View file

@ -20,7 +20,8 @@ case FreeBSD
echo 'don''t know how to mount (no fuse)' >[1=2]
case Darwin
if(sysctl fuse.version >[2=1] |9 grep -si 'fuse.version' ||
test -d /System/Library/Extensions/fusefs.kext)
test -d /System/Library/Extensions/fusefs.kext ||
test -d /Library/Filesystems/fusefs.fs/Support/fusefs.kext)
exec 9pfuse $1 $2
echo 'don''t know how to mount (no fuse)' >[1=2]
case *