Author: bdubbs Date: Sun Oct 23 22:56:51 2016 New Revision: 17911 Log: Fix inadvertent debug restriction
Modified: trunk/scripts/blfs-chapter50.php Modified: trunk/scripts/blfs-chapter50.php ============================================================================== --- trunk/scripts/blfs-chapter50.php Sun Oct 23 15:51:15 2016 (r17910) +++ trunk/scripts/blfs-chapter50.php Sun Oct 23 22:56:51 2016 (r17911) @@ -13,7 +13,7 @@ $ignores[ 'install-tl-unx' ] = ''; $ignores[ 'texlive1' ] = ''; -$current="gutenprint"; // For debugging +//$current="gutenprint"; // For debugging $regex = array(); $regex[ 'gutenprint' ] = "/^.*Download gutenprint-(\d[\d\.]+\d).*$/"; -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
