hush: in a comment, document what -i might be doing

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2021-10-12 22:39:11 +02:00
parent c33bbcb92f
commit 62f1eed1e1
2 changed files with 28 additions and 6 deletions

View File

@@ -14657,11 +14657,10 @@ int ash_main(int argc UNUSED_PARAM, char **argv)
}
state2:
state = 3;
if (
if (iflag
#ifndef linux
getuid() == geteuid() && getgid() == getegid() &&
&& getuid() == geteuid() && getgid() == getegid()
#endif
iflag
) {
const char *shinit = lookupvar("ENV");
if (shinit != NULL && *shinit != '\0')