diff options
author | Chip Salzenberg <chip@atlantic.net> | 1997-03-01 18:40:49 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-03-01 18:40:49 +1200 |
commit | 41992daf2b83ea67bb21b44d2a01c4ec8bb550ce (patch) | |
tree | 5d3402459099612081c1f762d931ef73b8269408 /Configure | |
parent | 8016dbf1e4a722b595e531aca0bc4f1af7b8b8a1 (diff) | |
download | perl-41992daf2b83ea67bb21b44d2a01c4ec8bb550ce.tar.gz |
near-harmless bug in _91's Configure
(this is the same change as commit 79893acbe8efa42713540e8af91f667f182baa34, but as applied)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8115,7 +8115,7 @@ EOCP dflt=`./try` else dflt='8' - echo"(I can't seem to compile the test program...)" + echo "(I can't seem to compile the test program...)" fi ;; *) dflt="$alignbytes" |