diff options
author | lenz@mysql.com <> | 2003-01-23 20:07:19 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-01-23 20:07:19 +0100 |
commit | 0021a71aeee81c6035412727c86ef7bd68100cbe (patch) | |
tree | 5a801111757145dc9ac023445f66bc157cbb65e1 /scripts | |
parent | d372ef4fc5639eae121ed73c3b720e6092cbc057 (diff) | |
download | mariadb-git-0021a71aeee81c6035412727c86ef7bd68100cbe.tar.gz |
- merge relevant Do-compile changes from 4.0 tree
- use "gnutar" on Mac OS X to build the binary distribution
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 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 |