1
0
Fork 0
pull/1665/merge
Jordi Boggiano 2013-03-06 23:10:03 +01:00
parent 95a6be2396
commit 87a42c2f01
1 changed files with 2 additions and 2 deletions

View File

@ -309,8 +309,8 @@ EOF;
$baseDir = '$vendorDir . '; $baseDir = '$vendorDir . ';
} }
if(preg_match('/\.phar$/', $path)){ if (preg_match('/\.phar$/', $path)){
$baseDir = '"phar://" . ' . $baseDir; $baseDir = "'phar://' . '" . $baseDir;
} }
return $baseDir.var_export($path, true); return $baseDir.var_export($path, true);