]> granicus.if.org Git - php/commitdiff
fix unmerged syntax fix
authorGreg Beaver <cellog@php.net>
Fri, 24 Jul 2009 02:04:52 +0000 (02:04 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 24 Jul 2009 02:04:52 +0000 (02:04 +0000)
ext/phar/phar/pharcommand.inc

index bae6aae8f0d958ebaa724940bdf812f1855f7e3e..9a111b8d83b18124f6fcfe7cc3b649b23f08f0c6 100755 (executable)
@@ -217,7 +217,7 @@ class PharCommand extends CLICommand
                        $pear = false;
                        foreach ($path as $component) {
                                if (file_exists($component . DIRECTORY_SEPARATOR . 'pear')
-                                       && is_executable($component . DIRECTORY_SEPARATOR . 'pear'))) {
+                                       && is_executable($component . DIRECTORY_SEPARATOR . 'pear')) {
                                        $pear = true;
                                        break;
                                }