commit da6a55346f7c713c22e2be359a195acd176d65d3 parent a83ccf38d72b708bb7aa69416a9fe9b090e2e97f Author: rsc <devnull@localhost> Date: Thu, 27 Jul 2006 14:39:12 +0000 quote equals Diffstat:
M | bin/mount | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/mount b/bin/mount @@ -8,8 +8,8 @@ switch(`{uname}){ case Linux if(lsmod|9 grep -si '^9p(2000)? '){ if(test -S $1) - exec mount -t 9P -o proto=unix,name=$USER $1 $2 - exec mount -t 9P -o proto=tcp,name=$USER $1 $2 + exec mount -t 9P -o proto'='unix,name'='$USER $1 $2 + exec mount -t 9P -o proto'='tcp,name'='$USER $1 $2 } if(lsmod|9 grep -si '^fuse ') exec 9pfuse $1 $2