diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/TEST | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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`; 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 |