From: Charles Lane Date: Tue, 13 Nov 2001 08:35:13 +0000 (-0500) Subject: Re: @Config -"des" not quite working on VMS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c66e906370b8d2e6899a8676fa0ea7ecbf7cf856;p=p5sagit%2Fp5-mst-13.2.git Re: @Config -"des" not quite working on VMS Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12969 --- diff --git a/configure.com b/configure.com index 0afe56e..119e699 100644 --- a/configure.com +++ b/configure.com @@ -728,8 +728,11 @@ $ DECK $ EOD $ bool_dflt="n" $ rp="Do you really want to continue? [''bool_dflt'] " -$ IF (fastread) THEN fastread := FALSE +$ fastread_save = fastread +$ fastread := FALSE $ GOSUB myread +$ fastread = fastread_save +$ delete/symbol fastread_save $ IF ans $ THEN $ echo4 "Okay, continuing."