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