Skip to content

Commit

Permalink
removed reference to exec
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Aug 10, 2012
1 parent e3a93d5 commit 3db8419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Util/Filesystem.php
Expand Up @@ -63,7 +63,7 @@ public function ensureDirectoryExists($directory)

public function rename($source, $target)
{
if (defined('PHP_WINDOWS_VERSION_BUILD') || ! function_exists('exec')) {
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
rename($source, $target);

return;
Expand Down

0 comments on commit 3db8419

Please sign in to comment.