mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02: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:$?
|