diff options
author | Richard Hitt <rbh00@utsglobal.com> | 2002-10-08 21:04:30 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-10-12 15:36:43 +0000 |
commit | ba2158738b1a714451615b85e8e84118f2a8b147 (patch) | |
tree | 4e9c8b39e4112a5f8392560b81fe8e07a4c9988b /Configure | |
parent | 0258719bae4c02bba26598151f1f335a54f43190 (diff) | |
download | perl-ba2158738b1a714451615b85e8e84118f2a8b147.tar.gz |
[perl #17805] BUG: Grammar bug during Configure
From: Richard Hitt (via RT) <perlbug@perl.org>
Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
p4raw-id: //depot/perl@18011
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6445,9 +6445,9 @@ else $cat <<EOM In some special cases, particularly when building $package for distribution, -it is convenient to distinguish between the directory in which files should -be installed from the directory ($prefix) in which they -will eventually reside. For most users, these two directories are the same. +it is convenient to distinguish the directory in which files should be +installed from the directory ($prefix) in which they will +eventually reside. For most users, these two directories are the same. EOM case "$installprefix" in |