1
0
Fork 0

Merge branch '1.8'

pull/8178/head
Jordi Boggiano 2019-06-07 17:25:54 +02:00
commit 3d88108dea
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 4 deletions

View File

@ -351,10 +351,6 @@ TAGSPUBKEY
@copy($localFilename, $backupTarget);
}
if ($targetFilename = getenv('COMPOSER_SELF_UPDATE_TARGET')) {
$localFilename = realpath($targetFilename) ?: $targetFilename;
}
rename($newFilename, $localFilename);
return null;