From c40903c69bca7ea960f516752ee6cc7a297670a4 Mon Sep 17 00:00:00 2001 From: prascle Date: Thu, 20 Apr 2006 08:19:32 +0000 Subject: [PATCH] PR: bash required on linux --- bin/appliskel/runTests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/appliskel/runTests b/bin/appliskel/runTests index 8e360b05d..e98c1e6aa 100755 --- a/bin/appliskel/runTests +++ b/bin/appliskel/runTests @@ -58,10 +58,10 @@ fi searchFreePort if [ $# -ne 0 ] ; then - ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py /bin/sh --rcfile ${HOME}/${APPLI}/.bashrc -c "$*" + ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py /bin/bash --rcfile ${HOME}/${APPLI}/.bashrc -c "$*" else - ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py /bin/sh --rcfile ${HOME}/${APPLI}/.bashrc + ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py /bin/bash --rcfile ${HOME}/${APPLI}/.bashrc fi rm ${OMNIORB_CONFIG} -- 2.39.2