Loading scripts/prepare_delivery.sh +0 −4 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ DATE=`eval date +%Y_%m_%d` OUTDIR=c-code TMPCLEANDIR=clean-c-code ROOT=$(dirname $0)/.. STRIP_SPLITREND=0 PREPARE_ZIP=1 # check, whether coan exists Loading @@ -56,9 +55,6 @@ while getopts "$ALL_OPTS" OPTION; do case "${OPTION}" in -) case "${OPTARG}" in strip_sr) STRIP_SPLITREND=1 ;; no_zip) PREPARE_ZIP=0 ;; Loading Loading
scripts/prepare_delivery.sh +0 −4 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ DATE=`eval date +%Y_%m_%d` OUTDIR=c-code TMPCLEANDIR=clean-c-code ROOT=$(dirname $0)/.. STRIP_SPLITREND=0 PREPARE_ZIP=1 # check, whether coan exists Loading @@ -56,9 +55,6 @@ while getopts "$ALL_OPTS" OPTION; do case "${OPTION}" in -) case "${OPTARG}" in strip_sr) STRIP_SPLITREND=1 ;; no_zip) PREPARE_ZIP=0 ;; Loading