mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
macfuse change
This commit is contained in:
parent
5f67fe1b20
commit
947dbe2d39
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ case FreeBSD
|
||||||
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 Darwin
|
case Darwin
|
||||||
if(sysctl fuse.version >[2=1] |9 grep -si 'fuse.version' ||
|
if(sysctl fuse.version |9 grep -si 'fuse.version' ||
|
||||||
|
sysctl macfuse.version.number |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)
|
test -d /Library/Filesystems/fusefs.fs/Support/fusefs.kext)
|
||||||
exec 9pfuse $1 $2
|
exec 9pfuse $1 $2
|
||||||
|
|
Loading…
Reference in a new issue