1 Nov 2008 01:20
Re: bin/39466: /bin/sh: eval and redirections
Aleksey Cheusov <cheusov <at> tut.by>
2008-11-01 00:20:03 GMT
2008-11-01 00:20:03 GMT
The following reply was made to PR bin/39466; it has been noted by GNATS.
From: Aleksey Cheusov <cheusov <at> tut.by>
To: gnats-bugs <at> NetBSD.org
Cc:
Subject: Re: bin/39466: /bin/sh: eval and redirections
Date: Fri, 31 Oct 2008 22:30:05 +0200
I think this bug is more serious than I thought before.
~>cat /home/cheusov/tmp/1.sh
#!/bin/sh
cat < /dev/null > /not/exist
echo $?
~>/home/cheusov/tmp/1.sh
/home/cheusov/tmp/1.sh: cannot create /not/exist: directory nonexistent
0
~>
HINT: commands that do not need fork (built-ins, like echo, printf etc.)
work properly.
--
Best regards, Aleksey Cheusov.
RSS Feed