summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoderick Schertler <roderick@argon.org>1997-03-01 21:26:49 -0500
committerChip Salzenberg <chip@atlantic.net>1997-03-01 18:40:49 +1200
commit9158562d45c9c138456404fd25cc877b5bd3746f (patch)
tree5d3402459099612081c1f762d931ef73b8269408
parent2714695d62919e9ff3f4c0b7997dda945f1e3bc7 (diff)
downloadperl-9158562d45c9c138456404fd25cc877b5bd3746f.tar.gz
near-harmless bug in _91's Configure
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
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 6767793631..dc24cf7d03 100755
--- 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"