mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01: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:
parent
a73b7dc243
commit
cd93a5aafa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue