index
:
plan9port.git
master
This is a port of many Plan 9 libraries and programs to Unix. [forked]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
bin/9fs
2
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
}
}