This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2714695
)
near-harmless bug in _91's Configure
author
Roderick Schertler
<roderick@argon.org>
Sun, 2 Mar 1997 02:26:49 +0000
(21:26 -0500)
committer
Chip Salzenberg
<chip@atlantic.net>
Sat, 1 Mar 1997 06:40:49 +0000
(18:40 +1200)
At line 8118 of _91's Configure is this:
echo"(I can't seem to compile the test program...)"
note missing space after echo.
p5p-msgid: pzg1yfuiza.fsf@eeyore.ibcinc.com
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
6767793
..
dc24cf7
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-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"