From: Jarkko Hietaniemi Date: Mon, 22 Oct 2001 19:50:35 +0000 (+0000) Subject: It's safer to to expand the variable, too... (see #12571) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=68f2247529d94c7f30b8fb3fdfab3ea64757a395;p=p5sagit%2Fp5-mst-13.2.git It's safer to to expand the variable, too... (see #12571) p4raw-id: //depot/perl@12587 --- diff --git a/t/TEST b/t/TEST index ef3e478..22a72cd 100755 --- a/t/TEST +++ b/t/TEST @@ -321,9 +321,9 @@ SHRDLU ### You may have to set your dynamic library search path, ### $Config{ldlibpthname}, to point to the build directory ### before running the harness-- depending on your shell style: - ### setenv $Config{ldlibpthname} `pwd`:$Config{ldlibpthname}; cd t; ./perl harness - ### $Config{ldlibpthname}=`pwd`:$Config{ldlibpthname}; export $Config{ldlibpthname}; cd t; ./perl harness - ### export $Config{ldlibpthname}=`pwd`:$Config{ldlibpthname}; cd t; ./perl harness + ### setenv $Config{ldlibpthname} `pwd`:\$$Config{ldlibpthname}; cd t; ./perl harness + ### $Config{ldlibpthname}=`pwd`:\$$Config{ldlibpthname}; export $Config{ldlibpthname}; cd t; ./perl harness + ### export $Config{ldlibpthname}=`pwd`:\$$Config{ldlibpthname}; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. SHRDLU