From cd93a5aafa2d89f3c6baa27aff0ffb73afd2a622 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 12 Feb 2006 01:33:43 +0100 Subject: [PATCH] make_binary_distribution.sh: print => echo in shell script scripts/make_binary_distribution.sh: print => echo in shell script --- scripts/make_binary_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 0236d8b8bfe..f372762c05d 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -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