mount: update MacFUSE locations (Jeff Sickel)
This commit is contained in:
parent
5a0f923557
commit
ad95037a48
@ -20,7 +20,8 @@ case FreeBSD
|
|||||||
echo 'don''t know how to mount (no fuse)' >[1=2]
|
echo 'don''t know how to mount (no fuse)' >[1=2]
|
||||||
case Darwin
|
case Darwin
|
||||||
if(sysctl fuse.version >[2=1] |9 grep -si 'fuse.version' ||
|
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
|
exec 9pfuse $1 $2
|
||||||
echo 'don''t know how to mount (no fuse)' >[1=2]
|
echo 'don''t know how to mount (no fuse)' >[1=2]
|
||||||
case *
|
case *
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user