aboutsummaryrefslogtreecommitdiff
path: root/bin/mount
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-07-27 14:39:12 +0000
committerrsc <devnull@localhost>2006-07-27 14:39:12 +0000
commitda6a55346f7c713c22e2be359a195acd176d65d3 (patch)
treed12b5536a104689cd8d3f7ffe80559a0244341c9 /bin/mount
parenta83ccf38d72b708bb7aa69416a9fe9b090e2e97f (diff)
downloadplan9port-da6a55346f7c713c22e2be359a195acd176d65d3.tar.gz
plan9port-da6a55346f7c713c22e2be359a195acd176d65d3.tar.bz2
plan9port-da6a55346f7c713c22e2be359a195acd176d65d3.zip
quote equals
Diffstat (limited to 'bin/mount')
-rwxr-xr-xbin/mount4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mount b/bin/mount
index 0ec8448b..f20304b4 100755
--- 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