ash: eval: Check nflag in evaltree instead of cmdloop
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>
This commit is contained in:
3
shell/ash_test/ash-misc/set-n1.right
Normal file
3
shell/ash_test/ash-misc/set-n1.right
Normal file
@@ -0,0 +1,3 @@
|
||||
set -n stops in -c?
|
||||
YES
|
||||
Ok:0
|
2
shell/ash_test/ash-misc/set-n1.tests
Executable file
2
shell/ash_test/ash-misc/set-n1.tests
Executable file
@@ -0,0 +1,2 @@
|
||||
$THIS_SH -c "echo 'set -n stops in -c?'; set -n; echo NO" && echo YES
|
||||
echo Ok:$?
|
Reference in New Issue
Block a user