From: secher Date: Tue, 15 May 2007 12:26:39 +0000 (+0000) Subject: debug of pb with runRemote.sh on Saclay Mandriva 2006 machines X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9d950a926c1211763a1330fc34871b9eebb02028;p=modules%2Fkernel.git debug of pb with runRemote.sh on Saclay Mandriva 2006 machines --- diff --git a/bin/appliskel/runRemote.sh b/bin/appliskel/runRemote.sh index 3cbfbf55c..21bc0b0c1 100755 --- a/bin/appliskel/runRemote.sh +++ b/bin/appliskel/runRemote.sh @@ -63,4 +63,6 @@ echo "ORBInitRef $initref" > $OMNIORB_CONFIG shift 2 -${KERNEL_ROOT_DIR}/bin/salome/envSalome.py /bin/sh --rcfile $HOME/$APPLI/.bashrc -c "$*" +# suppress --rcfile option because of problem on Mandriva2006 - B Secher mai 2007 +#${KERNEL_ROOT_DIR}/bin/salome/envSalome.py /bin/sh --rcfile $HOME/$APPLI/.bashrc -c "$*" +${KERNEL_ROOT_DIR}/bin/salome/envSalome.py /bin/sh -c "$*"