certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/scripts SystemSpecificInformations.cmake


From: certi-cvs
Subject: [certi-cvs] certi/scripts SystemSpecificInformations.cmake
Date: Fri, 15 Jan 2010 16:50:53 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      10/01/15 16:50:53

Modified files:
        scripts        : SystemSpecificInformations.cmake 

Log message:
        Fix regex typo for Ubuntu

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/SystemSpecificInformations.cmake?cvsroot=certi&r1=1.2&r2=1.3

Patches:
Index: SystemSpecificInformations.cmake
===================================================================
RCS file: /sources/certi/certi/scripts/SystemSpecificInformations.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- SystemSpecificInformations.cmake    15 Jan 2010 16:18:14 -0000      1.2
+++ SystemSpecificInformations.cmake    15 Jan 2010 16:50:53 -0000      1.3
@@ -86,7 +86,7 @@
       endif(LINUX_ISSUE MATCHES "Fedora")
       # Ubuntu case
       if(LINUX_ISSUE MATCHES "Ubuntu")
-        string(REGEX MATCH "buntu ([0-9\]+\.[0-9]+)" UBUNTU "${LINUX_ISSUE}")
+        string(REGEX MATCH "buntu ([0-9]+\\.[0-9]+)" UBUNTU "${LINUX_ISSUE}")
         set(LINUX_NAME "Ubuntu_${CMAKE_MATCH_1}")        
       endif(LINUX_ISSUE MATCHES "Ubuntu")
       # Debian case




reply via email to

[Prev in Thread] Current Thread [Next in Thread]