From: Malcolm Beattie Date: Thu, 8 Jan 1998 15:53:40 +0000 (+0000) Subject: Missing "" in Configure echo for gethbadd_addr_type. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ff9219da6cf8cfdf53ba815d5cfe0eca1d607b0;p=p5sagit%2Fp5-mst-13.2.git Missing "" in Configure echo for gethbadd_addr_type. p4raw-id: //depot/perl@405 --- diff --git a/Configure b/Configure index b29bfab..b338c49 100755 --- a/Configure +++ b/Configure @@ -9327,7 +9327,7 @@ EOM gethbadd_addr_type="$ans" # Remove the "const" if needed. - gethbadd_addr_type=`echo $gethbadd_addr_type | sed 's/^const //'` + gethbadd_addr_type=`echo "$gethbadd_addr_type" | sed 's/^const //'` rp='What is the type for the 2nd argument to gethostbyaddr ?' dflt="Size_t"