]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
fix missing double quotes
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 12 Dec 2022 07:52:32 +0000 (08:52 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 12 Dec 2022 07:52:32 +0000 (08:52 +0100)
products/boost.pyconf
products/hdf5.pyconf

index 23f0703b885230215f9b470bf908f2e1192f2b1c..cee28aa8ff01c5d8c2b1800f34c8f3832f70351e 100644 (file)
@@ -25,7 +25,7 @@ default :
         incremental : "yes"
         single_install_dir : "yes"
     }
-    post_script: 'fix_permissions.sh
+    post_script: "fix_permissions.sh"
 }
 
 default_win :
index 14a62f43022efd8055a92049445cf680c75996cc..1dd2ebd394ce5264cdc4714b6f0b2a1144100654 100755 (executable)
@@ -27,7 +27,7 @@ default :
       incremental : "yes"
       single_install_dir : "yes"
     }
-    post_script: 'fix_permissions.sh
+    post_script: "fix_permissions.sh"
 }
 
 default_Autotools :