search for: clearredir

Displaying 1 result from an estimated 1 matches for "clearredir".

2007 Aug 23
0
[git patch] klibc dash 0.5.4 update
...na.org.au> Signed-off-by: maximilian attems <max at stro.at> diff --git a/usr/dash/exec.c b/usr/dash/exec.c index c55683d..8a1f722 100644 --- a/usr/dash/exec.c +++ b/usr/dash/exec.c @@ -110,7 +110,6 @@ shellexec(char **argv, const char *path, int idx) char **envp; int exerrno; - clearredir(1); envp = environment(); if (strchr(argv[0], '/') != NULL) { tryexec(argv[0], argv, envp); diff --git a/usr/dash/input.c b/usr/dash/input.c index 7f99d4a..11f7a3f 100644 --- a/usr/dash/input.c +++ b/usr/dash/input.c @@ -452,7 +452,6 @@ out: void setinputfd(int fd, int push) { - (...