aboutsummaryrefslogtreecommitdiff
path: root/man/man1/label.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/label.1')
-rw-r--r--man/man1/label.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/man1/label.1 b/man/man1/label.1
index 5866ddbe..b48ad44d 100644
--- a/man/man1/label.1
+++ b/man/man1/label.1
@@ -64,7 +64,10 @@ at startup if there is not already a function named
.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