diff options
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]*) |