mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
Upstream commit:
Date: Thu, 4 Jun 2020 21:53:55 +1000
eval: Check nflag in evaltree instead of cmdloop
This patch moves the nflag check from cmdloop into evaltree. This
is so that nflag will be in force even if we enter the shell via a
path other than cmdloop, e.g., through sh -c.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2 lines
81 B
Text
Executable file
2 lines
81 B
Text
Executable file
$THIS_SH -c "echo 'set -n stops in -c?'; set -n; echo NO" && echo YES
|
|
echo Ok:$?
|