Skip to content

Commit 0691ef3

Browse files
committed
Remove extraneous ';' from script
1 parent 9c4221c commit 0691ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test/check-exercises.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ return_code=0
3131
for exercise in $files; do
3232
# This assumes that exercises are only one directory deep
3333
# and that the primary module is named the same as the directory
34-
directory=$(dirname "${exercise}");
34+
directory=$(dirname "${exercise}")
3535

3636
release=""
3737
if [ -z "$BENCHMARK" -a -f "$directory/.meta/test-in-release-mode" ]; then

0 commit comments

Comments
 (0)