From: Paul Smith Date: Fri, 3 Jan 2020 06:53:18 +0000 (-0500) Subject: * tests/scripts/features/exec: Don't use $ENV in the description X-Git-Tag: 4.2.93~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53b9770b403303ed536f82b320dc2eadeef46a16;p=thirdparty%2Fmake.git * tests/scripts/features/exec: Don't use $ENV in the description --- diff --git a/tests/scripts/features/exec b/tests/scripts/features/exec index 4b7911be..91181f4e 100644 --- a/tests/scripts/features/exec +++ b/tests/scripts/features/exec @@ -4,8 +4,8 @@ use warnings; my $description = "Test that make can execute binaries as well as scripts with" ." various shabangs and without a shebang"; -my $details = "The various shells that this test uses are the default " - ."/bin/sh, $origENV{SHELL} and the perl interpreter that is " +my $details = "The various shells that this test uses are the default" + ." /bin/sh, \$SHELL and the perl interpreter that is" ." executing this test program. The shells are used for the value" ." of SHELL inside the test makefile and also as a shebang in the" ." executed script. There is also a test which executes a script"