Bugfix: GCCVAR contains two lines ("Reading specs ..." and the actual
authorBodo Möller <bodo@openssl.org>
Wed, 19 May 1999 16:35:21 +0000 (16:35 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 19 May 1999 16:35:21 +0000 (16:35 +0000)
commit767f68cc806d44d5180d15e2c28924c834116b7f
tree1de16d81c8839114ac1a570443fecc5fec125db8
parente84240d42289a131def633579cfdabfb6ebf557d
Bugfix: GCCVAR contains two lines ("Reading specs ..." and the actual
version), so we need
   echo $GCCVAR | sed ...
instead of
   echo "$GCCVAR" | sed ...
to process it as intended.
config