Author: bdubbs
Date: Sun Oct 13 08:25:02 2019
New Revision: 22246
Log:
Fix nasm currency
Modified:
trunk/scripts/blfs-chapter13.php
Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php Sat Oct 12 18:36:35 2019 (r22245)
+++ trunk/scripts/blfs-chapter13.php Sun Oct 13 08:25:02 2019 (r22246)
@@ -632,7 +632,7 @@
return find_max( $lines, "/swig-/", "/.*swig-(\d[\d\.]+\d) .*$/" );
if ( $book_index == "nasm" )
- return find_max( $lines, '/^\d/', '/^(\d[\d\.]+\d)\/.*$/' );
+ return find_max( $lines, '/^\s*\d/', '/^\s*(\d[\d\.]+\d)\/.*$/' );
if ( $book_index == "cmake" )
{
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page