Skip to content

Commit 632da3c

Browse files
committed
make increment inline
1 parent 1a38356 commit 632da3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-backup-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ init-progress() {
714714

715715
#increase total count of progress
716716
increment-progress-total-count() {
717-
PROGRESS_TOTAL=$((PROGRESS_TOTAL + $1))
717+
((PROGRESS_TOTAL += $1))
718718
echo "$PROGRESS_TOTAL" > /tmp/backup-utils-progress-total
719719
}
720720

0 commit comments

Comments
 (0)