From: Jarkko Hietaniemi Date: Thu, 25 Oct 2001 14:26:20 +0000 (+0000) Subject: csh - what a pain. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=365bdf04751c0fa9835c9772f9c4e7f7fdbeb525;p=p5sagit%2Fp5-mst-13.2.git csh - what a pain. p4raw-id: //depot/perl@12648 --- diff --git a/t/TEST b/t/TEST index 22a72cd..cf5f021 100755 --- a/t/TEST +++ b/t/TEST @@ -321,7 +321,7 @@ 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 + ### 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