Skip to content

Commit 3ea2a33

Browse files
committed
allow for lowercase VMtranslator as well since that used to be the instruction
1 parent 23a6d35 commit 3ea2a33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

run_autograder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ runuser -u student -- ./setup.sh
1818
# in case setup.sh created hack files
1919
rm -f *.asm *.cmp
2020

21+
mv "./VMtranslator" "${EXECUTABLE}" # allow capitalization from old instructions
2122
chmod ugo+x "${EXECUTABLE}"
2223

2324
popd >/dev/null

0 commit comments

Comments
 (0)