summaryrefslogtreecommitdiff
path: root/userspace/foolshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/foolshell.c')
-rw-r--r--userspace/foolshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/foolshell.c b/userspace/foolshell.c
index d44204c..3a87158 100644
--- a/userspace/foolshell.c
+++ b/userspace/foolshell.c
@@ -229,7 +229,7 @@ int process(char *buf)
exit(1);
}
int status;
- wait(&status);
+ if(strcmp(token[1],"branch"))wait(&status);
}
return 0;