From: Nabil Ghodbane Date: Mon, 16 May 2022 09:45:58 +0000 (+0200) Subject: omniORB: bug fix in version X-Git-Tag: V9_9_0~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e41539b0aa208d99529be3a07ac05cd1179010f1;p=tools%2Fsat_salome.git omniORB: bug fix in version --- diff --git a/products/compil_scripts/omniORB.sh b/products/compil_scripts/omniORB.sh index 17c3ffe..3475c38 100755 --- a/products/compil_scripts/omniORB.sh +++ b/products/compil_scripts/omniORB.sh @@ -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"