diff options
author | joerg@mysql.com <> | 2006-03-02 10:48:46 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2006-03-02 10:48:46 +0100 |
commit | 6838660267af6e81485ff8b76b1a77f83db684c4 (patch) | |
tree | 35df519910fef750e13fbfbcff869a1fb4cee581 /scripts | |
parent | fc7ca83a90a56c6c55fe6dffe8136bba9e223588 (diff) | |
parent | 26caa52c01c3d8a70766bd340fde975cdaaa9528 (diff) | |
download | mariadb-git-6838660267af6e81485ff8b76b1a77f83db684c4.tar.gz |
Merge mysql.com:/M40/mysql-4.0 into mysql.com:/M41/merge-4.1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 3c16937e158..0104d730e50 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -315,7 +315,7 @@ BASE=$BASE2 if [ x"@GXX@" = x"yes" ] ; then gcclib=`@CC@ --print-libgcc-file` if [ $? -ne 0 ] ; then - print "Warning: Couldn't find libgcc.a!" + echo "Warning: Couldn't find libgcc.a!" else $CP $gcclib $BASE/lib/libmygcc.a fi |