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


scripts/make_binary_distribution.sh:
  print => echo in shell script
This commit is contained in:
unknown
2006-02-12 01:33:43 +01:00
parent a73b7dc243
commit cd93a5aafa

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