mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
- manual merge of the make_binary_distribution.sh ChangeSet propagation
This commit is contained in:
commit
a9e1b8756d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ parse_arguments() {
|
|||
--tmp=*) TMP=`echo "$arg" | sed -e "s;--tmp=;;"` ;;
|
||||
--suffix=*) SUFFIX=`echo "$arg" | sed -e "s;--suffix=;;"` ;;
|
||||
--no-strip) STRIP=0 ;;
|
||||
--machine) MACHINE=`echo "$arg" | sed -e "s;--machine=;;"` ;;
|
||||
--machine=*) MACHINE=`echo "$arg" | sed -e "s;--machine=;;"` ;;
|
||||
--silent) SILENT=1 ;;
|
||||
--with-ndbcluster) NDBCLUSTER=1 ;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue