Misc fixes

This commit is contained in:
2018-04-06 01:31:22 +02:00
parent e6344b3cee
commit 7ef6aa2581
3 changed files with 11 additions and 2 deletions

View File

@ -150,6 +150,9 @@ class Builder
$phar->addFromString($bin, $str);
}
} else {
if (count($bins)) {
$index = array_shift($bins);
}
$indexFile = file_get_contents($index);
$indexFile = $this->stripShebang($indexFile);
$index = "bootstrap.php";