1
0
Fork 0

Clean up temp dir

pull/519/head
Jordi Boggiano 2012-04-01 21:34:09 +02:00
parent 26b3a1711f
commit fd93f6d648
1 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,11 @@ class ConsoleIO implements IOInterface
$value = rtrim(shell_exec($exe));
$this->write('');
// clean up
if (isset($tmpExe)) {
unlink($tmpExe);
}
return $value;
}