]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: bash required on linux
authorprascle <prascle>
Thu, 20 Apr 2006 08:19:32 +0000 (08:19 +0000)
committerprascle <prascle>
Thu, 20 Apr 2006 08:19:32 +0000 (08:19 +0000)
bin/appliskel/runTests

index 8e360b05dbc0b7daa00aebc2ecc78dffd882f133..e98c1e6aaf92eb75241b7d9dfc2bd015e8c22f7d 100755 (executable)
@@ -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}