From: Roderick Schertler Date: Sun, 2 Mar 1997 02:26:49 +0000 (-0500) Subject: near-harmless bug in _91's Configure X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9158562d45c9c138456404fd25cc877b5bd3746f;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/Configure b/Configure index 6767793..dc24cf7 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"