@@ -137,7 +137,7 @@ |
||
137 | 137 | // wildcardly add all files |
138 | 138 | $exec.='*.'.$lang; |
139 | 139 | |
140 | - $process = Process::fromShellCommandline($exec); |
|
140 | + $process=Process::fromShellCommandline($exec); |
|
141 | 141 | $process->setWorkingDirectory(Storage::path('contest'.DIRECTORY_SEPARATOR.'anticheat'.DIRECTORY_SEPARATOR.$cid.DIRECTORY_SEPARATOR.'raw'.DIRECTORY_SEPARATOR.$prob.DIRECTORY_SEPARATOR.$lang)); |
142 | 142 | $process->run(); |
143 | 143 | if (!$process->isSuccessful()) { |