diff options
Diffstat (limited to 'userspace/fsh.c')
| -rw-r--r-- | userspace/fsh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/fsh.c b/userspace/fsh.c index 5609256..81c2bce 100644 --- a/userspace/fsh.c +++ b/userspace/fsh.c @@ -224,6 +224,7 @@ bool process(char *buf) i++; } } + else // otherwise treat command as exectutable and send to execve { int pid=_fork(); |
