]> granicus.if.org Git - php/commitdiff
* remove debug output
authorStig Bakken <ssb@php.net>
Mon, 9 Sep 2002 21:42:32 +0000 (21:42 +0000)
committerStig Bakken <ssb@php.net>
Mon, 9 Sep 2002 21:42:32 +0000 (21:42 +0000)
pear/PEAR/Packager.php

index 177248d0c098e062ad0b4be3b7d8aeaf4bd23079..193ef8633bbb31c49ec284b54cf315d3592b44dd 100644 (file)
@@ -109,7 +109,6 @@ class PEAR_Packager extends PEAR_Common
         $np = @fopen($newpkgfile, "w");
         if (!$np) {
             chdir($oldcwd);
-            system("ls -l ".dirname($newpkgfile));
             return $this->raiseError("PEAR_Packager: unable to rewrite $pkgfile as $newpkgfile");
         }
         fwrite($np, $new_xml);