From 1f5d76b278c27042e165bfe1509977a2765de939 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Tue, 26 Mar 2002 06:15:21 -0600 Subject: safety check for vms/test.com From: "Craig A. Berry" Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01> p4raw-id: //depot/perl@15532 --- vms/test.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vms/test.com') diff --git a/vms/test.com b/vms/test.com index 1a3bee40de..6dbed1f671 100644 --- a/vms/test.com +++ b/vms/test.com @@ -49,7 +49,7 @@ $ If F$Search("VMSPIPE.COM").nes."" then Delete/Log/Noconfirm VMSPIPE.COM;* $ Copy/Log/NoConfirm [-]VMSPIPE.COM [] $! $! This may be set for the C compiler in descrip.mms, but it confuses the File::Find tests -$ DeAssign sys +$ if f$trnlnm("sys") .nes. "" then DeAssign sys $! $! And do it $ Show Process/Accounting -- cgit v1.2.1