diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-11 18:19:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-11 18:19:06 +0000 |
commit | 4f8ae861583a6047f37de0746a4ca330c7126bab (patch) | |
tree | d55cc3f07fb53ea7d17d33bec94ac603d12d2c78 /lfs-latest.php | |
parent | 0cbc052aff35e4e7c14691e5426ca1ef353aaff0 (diff) |
Fix procps-ng currency
Minor grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lfs-latest.php')
-rw-r--r-- | lfs-latest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest.php b/lfs-latest.php index 937fb25d3..641aca2fe 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -280,7 +280,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel } if ( $package == "procps-ng" ) - return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" ); + return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" ); if ( $package == "psmisc" ) return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" ); |