diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-21 10:02:10 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-21 10:02:10 -0500 |
commit | 81163bfc47cda72acf2af2850380c92cb1b3ebec (patch) | |
tree | 7f5e7bedfcba582ad61bdc1a33fa91af11ddcf5b | |
parent | ab2929857ef09919ce7f774188cd4e1b134b210e (diff) |
Remove debugging line
-rw-r--r-- | lfs-latest-git.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 3f7a9cbf5..32c8150ca 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -300,7 +300,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel $max = find_max( $lines, "/FILE5/", "/^.*FILE(5_\d+)*$/" ); return str_replace( "_", ".", $max ); } -print_r($lines); + if ( $package == "libffi" ) return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" ); |