mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Remove debugging line
This commit is contained in:
parent
ab2929857e
commit
81163bfc47
@ -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\.]+)$/" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user