From cfda74991797bc67878518d6c72cef84bf396819 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Thu, 2 Oct 2008 13:12:48 +0000 Subject: [PATCH] Adding "./" for launching sh files --- config_files/BLSURFPLUGIN.sh | 4 ++-- config_files/CALCULATOR.sh | 2 +- config_files/COMPONENT.sh | 2 +- config_files/FILTER.sh | 2 +- config_files/GEOM.sh | 4 ++-- config_files/GHS3DPLUGIN.sh | 4 ++-- config_files/GHS3DPRLPLUGIN.sh | 4 ++-- config_files/GUI.sh | 2 +- config_files/HELLO.sh | 2 +- config_files/HexoticPLUGIN.sh | 4 ++-- config_files/KERNEL.sh | 2 +- config_files/LIGHT.sh | 2 +- config_files/MED.sh | 4 ++-- config_files/MULTIPR.sh | 2 +- config_files/NETGENPLUGIN.sh | 4 ++-- config_files/PYCALCULATOR.sh | 2 +- config_files/PYHELLO.sh | 2 +- config_files/RANDOMIZER.sh | 2 +- config_files/SIERPINSKY.sh | 2 +- config_files/SMESH.sh | 4 ++-- config_files/SUPERV.sh | 2 +- config_files/VISU.sh | 2 +- config_files/YACS.sh | 4 ++-- 23 files changed, 32 insertions(+), 32 deletions(-) diff --git a/config_files/BLSURFPLUGIN.sh b/config_files/BLSURFPLUGIN.sh index 1aa614e..ecd793d 100755 --- a/config_files/BLSURFPLUGIN.sh +++ b/config_files/BLSURFPLUGIN.sh @@ -97,9 +97,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT BLSURFPLUGIN + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT BLSURFPLUGIN else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT BLSURFPLUGIN + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT BLSURFPLUGIN fi cd $CUR_DIR diff --git a/config_files/CALCULATOR.sh b/config_files/CALCULATOR.sh index 63315d4..3004eca 100755 --- a/config_files/CALCULATOR.sh +++ b/config_files/CALCULATOR.sh @@ -97,7 +97,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT CALCULATOR +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT CALCULATOR cd $CUR_DIR diff --git a/config_files/COMPONENT.sh b/config_files/COMPONENT.sh index e00242c..b3ddb68 100755 --- a/config_files/COMPONENT.sh +++ b/config_files/COMPONENT.sh @@ -97,7 +97,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT COMPONENT +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT COMPONENT cd $CUR_DIR diff --git a/config_files/FILTER.sh b/config_files/FILTER.sh index 19f232b..2a17ec9 100755 --- a/config_files/FILTER.sh +++ b/config_files/FILTER.sh @@ -94,7 +94,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT FILTER +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT FILTER cd $CUR_DIR diff --git a/config_files/GEOM.sh b/config_files/GEOM.sh index 332af59..c7d0660 100755 --- a/config_files/GEOM.sh +++ b/config_files/GEOM.sh @@ -96,9 +96,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT GEOM + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT GEOM else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT GEOM + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT GEOM fi cd $CUR_DIR diff --git a/config_files/GHS3DPLUGIN.sh b/config_files/GHS3DPLUGIN.sh index d78535a..24d611c 100755 --- a/config_files/GHS3DPLUGIN.sh +++ b/config_files/GHS3DPLUGIN.sh @@ -98,9 +98,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT GHS3DPLUGIN + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT GHS3DPLUGIN else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT GHS3DPLUGIN + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT GHS3DPLUGIN fi cd $CUR_DIR diff --git a/config_files/GHS3DPRLPLUGIN.sh b/config_files/GHS3DPRLPLUGIN.sh index 0204c3a..005e47e 100755 --- a/config_files/GHS3DPRLPLUGIN.sh +++ b/config_files/GHS3DPRLPLUGIN.sh @@ -95,9 +95,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT GHS3DPRLPLUGIN + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT GHS3DPRLPLUGIN else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT GHS3DPRLPLUGIN + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT GHS3DPRLPLUGIN fi cd $CUR_DIR diff --git a/config_files/GUI.sh b/config_files/GUI.sh index afe857b..a510f4f 100755 --- a/config_files/GUI.sh +++ b/config_files/GUI.sh @@ -95,7 +95,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT GUI +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT GUI cd $CUR_DIR diff --git a/config_files/HELLO.sh b/config_files/HELLO.sh index 9174a2f..31d2404 100755 --- a/config_files/HELLO.sh +++ b/config_files/HELLO.sh @@ -94,7 +94,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT HELLO +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT HELLO cd $CUR_DIR diff --git a/config_files/HexoticPLUGIN.sh b/config_files/HexoticPLUGIN.sh index 0f8f930..2fbf236 100755 --- a/config_files/HexoticPLUGIN.sh +++ b/config_files/HexoticPLUGIN.sh @@ -95,9 +95,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT HexoticPLUGIN + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT HexoticPLUGIN else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT HexoticPLUGIN + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT HexoticPLUGIN fi cd $CUR_DIR diff --git a/config_files/KERNEL.sh b/config_files/KERNEL.sh index 2f745fe..6f44272 100755 --- a/config_files/KERNEL.sh +++ b/config_files/KERNEL.sh @@ -95,7 +95,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -c -d -v 0 -p $INSTALL_ROOT KERNEL +check_jb ./build.sh -o -c -d -v 0 -p $INSTALL_ROOT KERNEL # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/LIGHT.sh b/config_files/LIGHT.sh index 9694306..4aebadd 100755 --- a/config_files/LIGHT.sh +++ b/config_files/LIGHT.sh @@ -92,7 +92,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT LIGHT +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT LIGHT cd $CUR_DIR diff --git a/config_files/MED.sh b/config_files/MED.sh index d33f4b6..d0b6c06 100755 --- a/config_files/MED.sh +++ b/config_files/MED.sh @@ -96,9 +96,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT MED + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT MED else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT MED + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT MED fi cd $CUR_DIR diff --git a/config_files/MULTIPR.sh b/config_files/MULTIPR.sh index 2220ccf..83be209 100755 --- a/config_files/MULTIPR.sh +++ b/config_files/MULTIPR.sh @@ -94,7 +94,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT MULTIPR +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT MULTIPR cd $CUR_DIR diff --git a/config_files/NETGENPLUGIN.sh b/config_files/NETGENPLUGIN.sh index e56fb36..568dc57 100755 --- a/config_files/NETGENPLUGIN.sh +++ b/config_files/NETGENPLUGIN.sh @@ -96,9 +96,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT NETGENPLUGIN + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT NETGENPLUGIN else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT NETGENPLUGIN + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT NETGENPLUGIN fi cd $CUR_DIR diff --git a/config_files/PYCALCULATOR.sh b/config_files/PYCALCULATOR.sh index 96fddad..067b7f2 100755 --- a/config_files/PYCALCULATOR.sh +++ b/config_files/PYCALCULATOR.sh @@ -95,7 +95,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT PYCALCULATOR +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT PYCALCULATOR cd $CUR_DIR diff --git a/config_files/PYHELLO.sh b/config_files/PYHELLO.sh index c697b44..f70c33b 100755 --- a/config_files/PYHELLO.sh +++ b/config_files/PYHELLO.sh @@ -93,7 +93,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT PYHELLO +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT PYHELLO cd $CUR_DIR diff --git a/config_files/RANDOMIZER.sh b/config_files/RANDOMIZER.sh index e039504..79e5bab 100755 --- a/config_files/RANDOMIZER.sh +++ b/config_files/RANDOMIZER.sh @@ -94,7 +94,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT RANDOMIZER +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT RANDOMIZER cd $CUR_DIR diff --git a/config_files/SIERPINSKY.sh b/config_files/SIERPINSKY.sh index 08a792e..94d7e11 100755 --- a/config_files/SIERPINSKY.sh +++ b/config_files/SIERPINSKY.sh @@ -94,7 +94,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT SIERPINSKY +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT SIERPINSKY cd $CUR_DIR diff --git a/config_files/SMESH.sh b/config_files/SMESH.sh index 122fa47..1832138 100755 --- a/config_files/SMESH.sh +++ b/config_files/SMESH.sh @@ -96,9 +96,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT SMESH + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT SMESH else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT SMESH + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT SMESH fi cd $CUR_DIR diff --git a/config_files/SUPERV.sh b/config_files/SUPERV.sh index b84fa89..41d8db8 100755 --- a/config_files/SUPERV.sh +++ b/config_files/SUPERV.sh @@ -95,7 +95,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT SUPERV +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT SUPERV cd $CUR_DIR diff --git a/config_files/VISU.sh b/config_files/VISU.sh index ad7ae42..8c07a88 100755 --- a/config_files/VISU.sh +++ b/config_files/VISU.sh @@ -95,7 +95,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT VISU +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT VISU cd $CUR_DIR diff --git a/config_files/YACS.sh b/config_files/YACS.sh index ce4fb48..8f5b86b 100755 --- a/config_files/YACS.sh +++ b/config_files/YACS.sh @@ -95,9 +95,9 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} if [ $INST_WITH_GUI == "FALSE" ] ; then - check_jb build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT YACS + check_jb ./build.sh -o -b -w -d -v 0 -p $INSTALL_ROOT YACS else - check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT YACS + check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT YACS fi cd $CUR_DIR -- 2.39.2