From: Richard Levitte Date: Mon, 27 Mar 2006 14:39:06 +0000 (+0000) Subject: Since we're moving between directories, let's get an absolute path to X-Git-Tag: OpenSSL_0_9_8k^2~1477 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=70b2ae3edf8243463a5aafbc969f20e6b3394192;p=oweals%2Fopenssl.git Since we're moving between directories, let's get an absolute path to openssl.exe. --- diff --git a/test/testtsa.com b/test/testtsa.com index b6bd8c67b0..7963e85259 100644 --- a/test/testtsa.com +++ b/test/testtsa.com @@ -6,7 +6,7 @@ $ __arch := VAX $ if f$getsyi("cpu") .ge. 128 then __arch := AXP $ exe_dir := sys$disk:[-.'__arch'.exe.apps] $ -$ openssl := mcr 'exe_dir'openssl +$ openssl := mcr 'f$parse(exe_dir+"openssl.exe")' $ OPENSSL_CONF := [-]CAtsa.cnf $ $ error: