1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

make_binary_distribution.sh:

print => echo in shell script
This commit is contained in:
kent@mysql.com
2006-02-12 01:33:43 +01:00
parent c64727e7c0
commit eec5726806

View File

@@ -279,7 +279,7 @@ then
gcclib=`@CC@ --print-libgcc-file`
if test $? -ne 0
then
print "Warning: Couldn't find libgcc.a!"
echo "Warning: Couldn't find libgcc.a!"
else
$CP $gcclib libmygcc.a
fi