commit da6a55346f7c713c22e2be359a195acd176d65d3 from: rsc date: Thu Jul 27 14:39:12 2006 UTC quote equals commit - a83ccf38d72b708bb7aa69416a9fe9b090e2e97f commit + da6a55346f7c713c22e2be359a195acd176d65d3 blob - 0ec8448ba14f52206c3b138b6c0b1e3ea55e27e9 blob + f20304b45420066f9955b0642f2b8f8c8fcb1f38 --- bin/mount +++ 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