mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
- merge relevant Do-compile changes from 4.0 tree
- use "gnutar" on Mac OS X to build the binary distribution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user