Skip to content

Commit 82edb04

Browse files
committed
インクリメント修正
1 parent 27339c8 commit 82edb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/diff-match/for-multi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ for group_files in "${actual_file_groups[@]}"; do
9898

9999
echo "Finish processing group $idx with files: $actual_files"
100100

101-
((idx++))
101+
idx=$((idx + 1))
102102
done
103103

104104
echo "All groups processed successfully."

0 commit comments

Comments
 (0)