Makes the file executable

This commit is contained in:
Ismael Ambrosi 2012-06-26 21:54:45 -03:00
parent c44879dc22
commit bde912c092

View file

@ -46,5 +46,7 @@ class Mage_Compiler
$phar->stopBuffering();
unset($phar);
chmod($file, 0755);
}
}