diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c index d7b479d..f49630a 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -58,6 +58,7 @@ * TODOs: * grep for "TODO" and fix (some of them are easy) * builtins: ulimit + * special variables (PWD etc) * follow IFS rules more precisely, including update semantics * export builtin should be special, its arguments are assignments * and therefore expansion of them should be "one-word" expansion: |