From 861a356b6204ace25324b9476c071835fe5091cd Mon Sep 17 00:00:00 2001 From: prascle Date: Wed, 8 Jun 2005 14:13:10 +0000 Subject: [PATCH] PR: environment must be sourced... --- bin/appliskel/README | 2 +- bin/appliskel/runAppli | 2 +- bin/appliskel/runConsole | 2 +- bin/appliskel/runRemote.sh | 2 +- bin/appliskel/runSession | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/appliskel/README b/bin/appliskel/README index 3a0b1fead..72ea729cd 100644 --- a/bin/appliskel/README +++ b/bin/appliskel/README @@ -23,7 +23,7 @@ runRemote.sh : called from remote computer, via ssh, rsh... used for instance to create container envd : sets SALOME application environment - called by other scripts + sourced by other scripts The following files must be adapted to your environment and SALOME Application: ------------------------------------------------------------------------------- diff --git a/bin/appliskel/runAppli b/bin/appliskel/runAppli index e2d7e9721..adf08f527 100755 --- a/bin/appliskel/runAppli +++ b/bin/appliskel/runAppli @@ -8,7 +8,7 @@ export APPLI # --- set the SALOME environment (prerequisites, MODULES_ROOT_DIR...) -${HOME}/${APPLI}/envd ${HOME}/${APPLI} +. ${HOME}/${APPLI}/envd ${HOME}/${APPLI} # --- define port for CORBA naming service diff --git a/bin/appliskel/runConsole b/bin/appliskel/runConsole index 950caf62a..5218ea4ed 100755 --- a/bin/appliskel/runConsole +++ b/bin/appliskel/runConsole @@ -8,7 +8,7 @@ export APPLI # --- set the SALOME environment (prerequisites, MODULES_ROOT_DIR...) -${HOME}/${APPLI}/envd ${HOME}/${APPLI} +. ${HOME}/${APPLI}/envd ${HOME}/${APPLI} # --- open a Python interpreter with SALOME environment diff --git a/bin/appliskel/runRemote.sh b/bin/appliskel/runRemote.sh index 868dab9d5..72f3d069e 100755 --- a/bin/appliskel/runRemote.sh +++ b/bin/appliskel/runRemote.sh @@ -29,7 +29,7 @@ export APPLI # --- set the SALOME environment (prerequisites, MODULES_ROOT_DIR...) -${HOME}/${APPLI}/envd ${HOME}/${APPLI} +. ${HOME}/${APPLI}/envd ${HOME}/${APPLI} # --- set the OMNIORB_CONFIG file and environment relative to this run of SALOME diff --git a/bin/appliskel/runSession b/bin/appliskel/runSession index ec0486c63..ddbbbbe9c 100755 --- a/bin/appliskel/runSession +++ b/bin/appliskel/runSession @@ -13,7 +13,7 @@ export APPLI # --- set the SALOME environment (prerequisites, MODULES_ROOT_DIR...) -${HOME}/${APPLI}/envd ${HOME}/${APPLI} +. ${HOME}/${APPLI}/envd ${HOME}/${APPLI} # --- invoque shell with or without args -- 2.39.2