Change 12571 by jhi@alpha on 2001/10/22 18:36:46
Prepending (instead of replacing with) the pwd is safer.
Affected files ...
... //depot/perl/t/TEST#58 edit
Differences ...
==== //depot/perl/t/TEST#58 (xtext) ====
Index: perl/t/TEST
--- perl/t/TEST.~1~ Mon Oct 22 12:45:06 2001
+++ perl/t/TEST Mon Oct 22 12:45:06 2001
@@ -321,9 +321,9 @@
### 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`; cd t; ./perl harness
- ### $Config{ldlibpthname}=`pwd`; export $Config{ldlibpthname}; cd t; ./perl
harness
- ### export $Config{ldlibpthname}=`pwd`; 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
End of Patch.