mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Remove debug statement
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
82d0965190
commit
8850677dc5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user