From cc8cc9a3a175690d146a209d648652bbd53b3e68 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 15 May 2009 16:36:56 +0000 Subject: Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda). Thank you\! (note: not tested for now, a few nightly builds should give indications though) --- test/testss.com | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/testss.com') diff --git a/test/testss.com b/test/testss.com index 685ae5043d..6b31f72c31 100644 --- a/test/testss.com +++ b/test/testss.com @@ -1,7 +1,9 @@ $! TESTSS.COM $ $ __arch := VAX -$ if f$getsyi("cpu") .ge. 128 then __arch := AXP +$ if f$getsyi("cpu") .ge. 128 then - + __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE") +$ if __arch .eqs. "" then __arch := UNK $ exe_dir := sys$disk:[-.'__arch'.exe.apps] $ $ digest="-md5" -- cgit v1.2.3