diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-12 15:34:25 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-12 15:34:25 +0000 |
commit | 6c35c7c97628cb81eb26c2a059b0dde2879d91aa (patch) | |
tree | 0da08a6d852fcb5d68bbe3a368460ed815b74923 /shell/msh.c | |
parent | 86a1073e0bfa608defbfaa43d94a537c5e700efe (diff) | |
download | busybox-w32-6c35c7c97628cb81eb26c2a059b0dde2879d91aa.tar.gz busybox-w32-6c35c7c97628cb81eb26c2a059b0dde2879d91aa.tar.bz2 busybox-w32-6c35c7c97628cb81eb26c2a059b0dde2879d91aa.zip |
usage bb_dev_null
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index 25c98a430..30ebc7a3a 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -2714,7 +2714,7 @@ int act; | |||
2714 | interactive = 0; | 2714 | interactive = 0; |
2715 | if (pin == NULL) { | 2715 | if (pin == NULL) { |
2716 | close(0); | 2716 | close(0); |
2717 | open("/dev/null", 0); | 2717 | open(bb_dev_null, 0); |
2718 | } | 2718 | } |
2719 | _exit(execute(t->left, pin, pout, FEXEC)); | 2719 | _exit(execute(t->left, pin, pout, FEXEC)); |
2720 | } | 2720 | } |