mount: update MacFUSE locations (Jeff Sickel)
This commit is contained in:
parent
5a0f923557
commit
ad95037a48
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue