pajoye Thu Jun 8 22:55:59 2006 UTC
Modified files:
/pearweb/public_html go-pear
Log:
- holly crap...
http://cvs.php.net/viewcvs.cgi/pearweb/public_html/go-pear?r1=1.90&r2=1.91&diff_format=u
Index: pearweb/public_html/go-pear
diff -u pearweb/public_html/go-pear:1.90 pearweb/public_html/go-pear:1.91
--- pearweb/public_html/go-pear:1.90 Thu Jun 8 22:34:19 2006
+++ pearweb/public_html/go-pear Thu Jun 8 22:55:59 2006
@@ -18,7 +18,7 @@
# | Pierre-Alain Joye <pierre@xxxxxxx> |
# | Greg Beaver <cellog@xxxxxxx> |
# +----------------------------------------------------------------------+
-# $Id: go-pear,v 1.90 2006/06/08 22:34:19 pajoye Exp $
+# $Id: go-pear,v 1.91 2006/06/08 22:55:59 pajoye Exp $
#
# Automatically download all the files needed to run the "pear" command
# (the PEAR package installer). Requires PHP 4.1.0 or newer.
@@ -1176,11 +1176,7 @@
global $ptmp, $prefix;
if ($default) {
- if (!@is_readable($default)) {
- return false;
- }
-
- if (!is_dir($default)) {
+ if (!@is_dir($default)) {
if (!mkdir_p($default)) {
return false;
}
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|