From: Bastian Dehn Date: Tue, 17 Jan 2017 19:25:13 +0000 (+0100) Subject: change: phase to increment X-Git-Tag: v1.0.0^2~118 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=055217905e6df7618d071f5bebd84448fa035b59;p=albentohandy.git change: phase to increment --- diff --git a/albentohandy.sh b/albentohandy.sh index 744aeae..48de46e 100755 --- a/albentohandy.sh +++ b/albentohandy.sh @@ -52,7 +52,7 @@ do case "$optname" in "c") checksum=true - phase=$((phase + 1)) + ((phase++)) ;; "i") albumlist="$OPTARG" @@ -60,7 +60,7 @@ do "m") cptodest=true dest="$OPTARG" - phase=$((phase + 1)) + ((phase++)) ;; "S") parallelopts="$OPTARG" @@ -74,7 +74,7 @@ do "z") mkzip=true zipname="$OPTARG" - phase=$((phase + 1)) + ((phase++)) ;; esac done