From 0021a71aeee81c6035412727c86ef7bd68100cbe Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Thu, 23 Jan 2003 20:07:19 +0100 Subject: - merge relevant Do-compile changes from 4.0 tree - use "gnutar" on Mac OS X to build the binary distribution --- scripts/make_binary_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index d8d34229b70..2e25cc9bdc4 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -189,7 +189,7 @@ which_1 () # Create the result tar file # -tar=`which_1 gtar` +tar=`which_1 gnutar gtar` if test "$?" = "1" -o "$tar" = "" then tar=tar -- cgit v1.2.1