aboutsummaryrefslogtreecommitdiff
path: root/bin/9fs
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-21 17:28:32 +0000
committerrsc <devnull@localhost>2005-03-21 17:28:32 +0000
commit1a1df329f401647bc633ee7ac7c18e12dfa498ec (patch)
treebf6ea4a79d0d11d1e9bc51d8942221eb1a71d961 /bin/9fs
parent9e50a7dae80e81bddcf7d79280b7a0c918b1f6b5 (diff)
downloadplan9port-1a1df329f401647bc633ee7ac7c18e12dfa498ec.tar.gz
plan9port-1a1df329f401647bc633ee7ac7c18e12dfa498ec.tar.bz2
plan9port-1a1df329f401647bc633ee7ac7c18e12dfa498ec.zip
use srv -a
Diffstat (limited to 'bin/9fs')
-rwxr-xr-xbin/9fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9fs b/bin/9fs
index 13c61a63..a89a8f6c 100755
--- a/bin/9fs
+++ b/bin/9fs
@@ -8,7 +8,7 @@ if(! ~ $#* 1){
fn srv1 {
if(! 9p stat $1 >/dev/null >[2=1]){
rm -f $ns/$1
- srv $2 $1
+ srv -a $2 $1
}
}