Skip to content

Commit 7289e98

Browse files
committed
Properly clean up version check script.
1 parent 8463938 commit 7289e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

judge/judgedaemon.main.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,7 @@ function compile(
11211121
"Getting $type version failed with exit code $retval\n"
11221122
. $versions[$type];
11231123
}
1124+
unlink($vcscript);
11241125
}
11251126
if (isset($versions[$type])) {
11261127
$args .= "&$type=" . urlencode(base64_encode($versions[$type]));

0 commit comments

Comments
 (0)