From: Sergey Kochetkov Date: Tue, 4 Oct 2022 19:54:58 +0000 (+0200) Subject: sha 475f231 breaks omniidl fix X-Git-Tag: V9_11_0~264^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=95d94b1f78aaf31b89d1ee5613ac83049159f1a0;p=tools%2Fsat_salome.git sha 475f231 breaks omniidl fix --- diff --git a/products/compil_scripts/omniORB.sh b/products/compil_scripts/omniORB.sh index b58b045..abd2a8e 100755 --- a/products/compil_scripts/omniORB.sh +++ b/products/compil_scripts/omniORB.sh @@ -42,10 +42,10 @@ if version_ge $VERSION "4.1" ; then echo echo "*** fix headers" cd $PRODUCT_INSTALL/bin - sed -e "s%#\!.*python%#\!/usr/bin/env python3%" omniidl > _omniidl + sed -e "s%#\!.*python[0-9]*%#\!/usr/bin/env python3%" omniidl > _omniidl mv -f _omniidl omniidl chmod a+x omniidl - sed -e "s%#\!.*python%#\!/usr/bin/env python3%" omniidlrun.py > _omniidlrun.py + sed -e "s%#\!.*python[0-9]*%#\!/usr/bin/env python3%" omniidlrun.py > _omniidlrun.py mv -f _omniidlrun.py omniidlrun.py chmod a+x omniidlrun.py fi