Skip to content

Commit

Permalink
Delete stray bool_dflt before install prefix.
Browse files Browse the repository at this point in the history
The myread subroutine corrupts the installation prefix
because of a stray bool_dflt = "n" line that puts it into
boolean mode, which forces the answer to something starting
with a "Y" or an "N".

The fix is to remove the bool_dflt line.
  • Loading branch information
jhamby committed Oct 22, 2023
1 parent cea3213 commit 98cfbc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.com
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,6 @@ $ echo4 "...and architecture name already has -ld."
$ ENDIF
$ ENDIF
$!
$ bool_dflt = "n"
$ vms_prefix = "perl_root"
$ vms_prefixup = F$EDIT(vms_prefix,"UPCASE")
$!
Expand Down

0 comments on commit 98cfbc0

Please sign in to comment.