From 95d94b1f78aaf31b89d1ee5613ac83049159f1a0 Mon Sep 17 00:00:00 2001 From: Sergey Kochetkov Date: Tue, 4 Oct 2022 21:54:58 +0200 Subject: [PATCH] sha 475f231 breaks omniidl fix --- products/compil_scripts/omniORB.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2