1
0
Fork 0

Fix output

pull/175/head
Jordi Boggiano 2011-12-24 14:17:02 +01:00
parent 5c8eb355ce
commit 4a10850759
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class LibraryInstaller implements InstallerInterface
foreach ($package->getBinaries() as $bin) {
$link = $this->binDir.'/'.basename($bin);
if (file_exists($link)) {
echo 'Skipped installation of '.$bin.' for package '.$package->getName().', name conflicts with an existing file';
echo 'Skipped installation of '.$bin.' for package '.$package->getName().', name conflicts with an existing file'.PHP_EOL;
continue;
}
$bin = $this->getInstallPath($package).'/'.$bin;