Skip to content

Commit

Permalink
Closes #1218
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 21, 2014
1 parent a6cc346 commit 5797b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextUI/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ protected function handleSelfUpdate()
PHPUnit_Runner_Version::getReleaseChannel()
);

$localFilename = $_SERVER['argv'][0];
$localFilename = realpath($_SERVER['argv'][0]);
$tempFilename = basename($localFilename, '.phar') . '-temp.phar';

// Workaround for https://bugs.php.net/bug.php?id=65538
Expand Down

0 comments on commit 5797b06

Please sign in to comment.