From: Roderick Schertler Date: Sun, 2 Mar 1997 02:26:49 +0000 (-0500) Subject: near-harmless bug in _91's Configure X-Git-Tag: accepted/trunk/20130322.191538~38041^2~294^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79893acbe8efa42713540e8af91f667f182baa34;p=platform%2Fupstream%2Fperl.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.swp b/.Configure.swp new file mode 100644 index 0000000..f3412d5 Binary files /dev/null and b/.Configure.swp differ 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"