Skip to content

Commit 54c8e98

Browse files
committed
fixing logical error
1 parent 144ea16 commit 54c8e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ run() {
176176
java "${classFile%%.*}"
177177
break
178178
fi
179-
(( classFile-- ))
179+
(( classFileCount-- ))
180180
done
181181
fi
182182
if [[ $PERSISTENT != true ]]; then

0 commit comments

Comments
 (0)