]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
debug of pb with runRemote.sh on Saclay Mandriva 2006 machines
authorsecher <secher>
Tue, 15 May 2007 12:26:39 +0000 (12:26 +0000)
committersecher <secher>
Tue, 15 May 2007 12:26:39 +0000 (12:26 +0000)
bin/appliskel/runRemote.sh

index 3cbfbf55c61baf0e9382588283e3d39ccf74eb06..21bc0b0c1202950e93df018c65ff5fe3c83ae752 100755 (executable)
@@ -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 "$*"