diff options
author | kent@mysql.com <> | 2006-02-12 04:33:50 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2006-02-12 04:33:50 +0100 |
commit | f9a23667b2037caeb4da7cd2672d53bcce496e1e (patch) | |
tree | a5d31dcdb0816b72e8e0bd8dc8b44a880746efc7 /scripts | |
parent | 5346bf73920ced53eb6becc93d622b18402368dc (diff) | |
parent | 30b8a9c1fbb60c4139301cacba3d5821ce6fcfa9 (diff) | |
download | mariadb-git-f9a23667b2037caeb4da7cd2672d53bcce496e1e.tar.gz |
Merge
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 d4d96d38d14..36c941ef6aa 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -339,7 +339,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 |