diff options
author | Denys Vlasenko | 2011-03-08 12:44:02 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-03-08 12:44:02 +0100 |
commit | 86cf0364bd58e07646a23a1128e4a9ea79189579 (patch) | |
tree | 22e161a76936796b5f8d49536684d371e7e8bfc3 /coreutils/test.c | |
parent | 6b6af53426d98ab513972bd710f250e246e7fc98 (diff) | |
download | busybox-86cf0364bd58e07646a23a1128e4a9ea79189579.zip busybox-86cf0364bd58e07646a23a1128e4a9ea79189579.tar.gz |
printenv: fix environ == NULL segfault
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 8248a1e..2d245be 100644 --- a/coreutils/test.c +++ b/coreutils/test.c @@ -45,7 +45,7 @@ /* This is a NOFORK applet. Be very careful! */ /* test_main() is called from shells, and we need to be extra careful here. - * This is true regardless of PREFER_APPLETS and STANDALONE_SHELL + * This is true regardless of PREFER_APPLETS and SH_STANDALONE * state. */ /* test(1) accepts the following grammar: |