Author: bdubbs
Date: Thu Jun 16 23:46:37 2016
New Revision: 17506

Log:
Fix swig value for latest

Modified:
   trunk/scripts/blfs-chapter13.php

Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php    Thu Jun 16 15:47:45 2016        (r17505)
+++ trunk/scripts/blfs-chapter13.php    Thu Jun 16 23:46:37 2016        (r17506)
@@ -509,7 +509,7 @@
   }
 
   if ( $book_index == "swig" )
-     return find_max( $lines, "/swig-/", "/.*swig-(\d[\d\.]+).*/" );
+     return find_max( $lines, "/swig-/", "/.*swig-(\d[\d\.]+\d).*/" );
 
   if ( $book_index == "nasm" )
     return find_max( $lines, '/^\d/', '/^(\d[\d\.]+\d)\/.*$/' );
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to