From: prascle Date: Thu, 20 Apr 2006 08:19:32 +0000 (+0000) Subject: PR: bash required on linux X-Git-Tag: T3_2_0b1_pre1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c40903c69bca7ea960f516752ee6cc7a297670a4;p=modules%2Fkernel.git PR: bash required on linux --- 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}