| commit | 7b14c113def74b63ac7b244974ea7c0519f2cc4f | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Thu Aug 11 17:06:25 2005 +0000 |
| committer | rsc <devnull@localhost> | Thu Aug 11 17:06:25 2005 +0000 |
| tree | ac644c79e155f7dd3bdf8722d6bf1b081350c134 | |
| parent | e060bc52275a6d7eff5238fba5ba592004da3eb3 [diff] [blame] |
update
diff --git a/man/man1/label.1 b/man/man1/label.1 index 5866ddb..b48ad44 100644 --- a/man/man1/label.1 +++ b/man/man1/label.1
@@ -64,7 +64,10 @@ .IP .EX fn cd { - builtin cd $1 && flag i && awd + if(builtin cd $1){ + if(flag i) $PLAN9/bin/9 awd || status='' + status='' + } } .EE .SH SOURCE