diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-13 00:41:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-13 00:41:51 +0000 |
commit | d6083e444522cedf943784098e5c0b0c01e3c3e1 (patch) | |
tree | bd41b8b48e053d18296efa543fa6619e93a1fe25 /hints/solaris_2.sh | |
parent | 6a06028f6a761e37a22e953f51c972248fbe4c7d (diff) | |
download | perl-d6083e444522cedf943784098e5c0b0c01e3c3e1.tar.gz |
Solaris long double fixes from Alan Burlison.
p4raw-id: //depot/cfgperl@5687
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 0965da50af..d6556d263f 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -48,7 +48,7 @@ esac test -z "`${cc:-cc} -V 2>&1|grep -i workshop`" || ccisworkshop="$define" test -z "`${cc:-cc} -v 2>&1|grep -i gcc`" || ccisgcc="$define" -cat >UU/workshoplibpth.cbu<<EOCBU +cat >UU/workshoplibpth.cbu<<'EOCBU' case "$workshoplibpth_done" in '') case "$use64bitall" in "$define"|true|[yY]*) |