Commit eec57268 authored by kent@mysql.com's avatar kent@mysql.com

make_binary_distribution.sh:

  print => echo in shell script
parent c64727e7
...@@ -279,7 +279,7 @@ then ...@@ -279,7 +279,7 @@ then
gcclib=`@CC@ --print-libgcc-file` gcclib=`@CC@ --print-libgcc-file`
if test $? -ne 0 if test $? -ne 0
then then
print "Warning: Couldn't find libgcc.a!" echo "Warning: Couldn't find libgcc.a!"
else else
$CP $gcclib libmygcc.a $CP $gcclib libmygcc.a
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment