From 53b9770b403303ed536f82b320dc2eadeef46a16 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 3 Jan 2020 01:53:18 -0500 Subject: [PATCH] * tests/scripts/features/exec: Don't use $ENV in the description --- tests/scripts/features/exec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"