From 6c35c7c97628cb81eb26c2a059b0dde2879d91aa Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Wed, 12 Oct 2005 15:34:25 +0000 Subject: usage bb_dev_null --- shell/msh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/msh.c') 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; interactive = 0; if (pin == NULL) { close(0); - open("/dev/null", 0); + open(bb_dev_null, 0); } _exit(execute(t->left, pin, pout, FEXEC)); } -- cgit v1.2.3