Salome HOME
*** empty log message ***
authoradam <adam>
Tue, 2 Mar 2010 09:47:57 +0000 (09:47 +0000)
committeradam <adam>
Tue, 2 Mar 2010 09:47:57 +0000 (09:47 +0000)
salome_adm/cmake_files/am2cmake.py

index 8affe058b1c8d14ffe44c62e5bd8cfad875f2e7b..ff9e77dc999b95d854ba78366e04a1804df42c08 100644 (file)
@@ -54,7 +54,7 @@ p_if = re.compile(r"""
 if         # an if
 \s+        # 1 or more space
 (?P<val>   # open the group val
-[^\s]+     # the group contain 1 or more non space characters
+.+         # the group contain 1 or more non space characters
 )          # close the group
 """, re.VERBOSE)