Commit cd93a5aa authored by unknown's avatar unknown

make_binary_distribution.sh:

  print => echo in shell script


scripts/make_binary_distribution.sh:
  print => echo in shell script
parent a73b7dc2
......@@ -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
......
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