]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
bug fix omniORBpy - missing SAT_DEBUG default value
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 30 Mar 2021 13:58:41 +0000 (15:58 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 30 Mar 2021 13:58:41 +0000 (15:58 +0200)
products/compil_scripts/omniORBpy.bat

index 3d7444b1bfae4bc92e7f0498126521d054fff62d..5debf61efead218184cf126ab269a0891161b0bd 100755 (executable)
@@ -4,6 +4,10 @@ echo ##########################################################################
 echo omniORBpy %VERSION%\r
 echo ##########################################################################\r
 \r
+IF NOT DEFINED SAT_DEBUG (\r
+  SET SAT_DEBUG=0\r
+)\r
+\r
 if NOT defined CYGWIN_ROOT_DIR (\r
   echo ERROR: Please set the environment variable: CYGWIN_ROOT_DIR\r
   exit 2\r