Commit 89cefd36 authored by unknown's avatar unknown
Browse files

- manual merge of the make_binary_distribution.sh ChangeSet propagation


scripts/make_binary_distribution.sh:
  - manual merge
parents bda481ce 81c31e3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ;;
      *)