]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
omniORB: bug fix in version
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 16 May 2022 09:45:58 +0000 (11:45 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 16 May 2022 09:45:58 +0000 (11:45 +0200)
products/compil_scripts/omniORB.sh

index 17c3ffe73f7b6d7f788266a809db1c4c00241a66..3475c3860067f3f88254cc894dc751f4b82a4311 100755 (executable)
@@ -36,7 +36,7 @@ then
 fi
 function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; }
 
-if version_ge $OT_VERSION "4.1" ; then
+if version_ge $VERSION "4.1" ; then
     # fix headers
     echo
     echo "*** fix headers"