Commit 78c32a75 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

minor clean up in prepare delivery script

parent e8e0c35f
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
@@ -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
                    ;;