From b1ece0fb89fdf9f2345b80243c0cb4bacdda6044 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Tue, 5 Aug 2003 15:36:07 +0000 Subject: [PATCH] Avoid notice in bundle --- pear/PEAR/Command/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index 96a413f4c8..8026a7bfb1 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -335,7 +335,7 @@ package if needed. return $this->raiseError("Please supply the package you want to bundle"); } $pkgfile = $params[0]; - + $need_download = false; if (preg_match('#^(http|ftp)://#', $pkgfile)) { $need_download = true; } elseif (!@is_file($pkgfile)) { -- 2.50.1