diff options
author | dzwdz | 2022-12-27 22:42:06 +0100 |
---|---|---|
committer | dzwdz | 2022-12-27 22:42:06 +0100 |
commit | 8ac68ecab5734d5c5f3638397e5a9e6084fe7737 (patch) | |
tree | 209fcf07d7d4c5f3555a3f78800ba86bd91482c7 /src/user/app/shell/shell.h | |
parent | 35a82cb0dae43eb538de7afa1da77c4e249ba4e4 (diff) |
sh: minor usability / aesthetic improvements
Diffstat (limited to 'src/user/app/shell/shell.h')
-rw-r--r-- | src/user/app/shell/shell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/user/app/shell/shell.h b/src/user/app/shell/shell.h index a8f0012..050e704 100644 --- a/src/user/app/shell/shell.h +++ b/src/user/app/shell/shell.h @@ -2,8 +2,6 @@ #include <stdbool.h> #include <stddef.h> -#define eprintf(fmt, ...) fprintf(stderr, "sh: "fmt"\n" __VA_OPT__(,) __VA_ARGS__) - struct redir { const char *stdout; bool append; |