ash: expand comment

This commit is contained in:
Denis Vlasenko 2009-03-20 10:20:08 +00:00
parent 11fb7cf5af
commit 5368ad53e9

View File

@ -13878,7 +13878,8 @@ int ash_main(int argc UNUSED_PARAM, char **argv)
if (minusc) {
/* evalstring pushes parsefile stack.
* Ensure we don't falsely claim that 0 (stdin)
* is one of stacked source fds */
* is one of stacked source fds.
* Testcase: ash -c 'exec 1>&0' must not complain. */
if (!sflag)
g_parsefile->fd = -1;
evalstring(minusc, 0);