aboutsummaryrefslogtreecommitdiffstats
path: root/lfs-latest.php
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-01-23 16:45:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-01-23 16:45:42 +0000
commit8850677dc5023e98d6ef97945b6ae01bd0809bfc (patch)
tree8fa95cea56da9bdfb7918a14e3a75da84ae710ee /lfs-latest.php
parent82d09651902ca708c5565140f0bcc1c6f8de4fc9 (diff)
Remove debug statement
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lfs-latest.php')
-rw-r--r--lfs-latest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest.php b/lfs-latest.php
index a6306e2b8..937fb25d3 100644
--- a/lfs-latest.php
+++ b/lfs-latest.php
@@ -106,7 +106,7 @@ function get_packages( $package, $dirpath )
global $exceptions;
global $regex;
-if ( $package != "psmisc" ) return 0; // Debug
+//if ( $package != "psmisc" ) return 0; // Debug
if ( $package == "bc" ) $dirpath = "https://github.com/gavinhoward/bc/releases";
if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases";