]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: remove source ~/.bashrc in $APPLI/.bashrc as it can reset the SALOME environment
authorcaremoli <caremoli>
Mon, 17 Jan 2011 09:40:14 +0000 (09:40 +0000)
committercaremoli <caremoli>
Mon, 17 Jan 2011 09:40:14 +0000 (09:40 +0000)
if the user has customized

bin/appliskel/.bashrc

index 0144dd117efd48a8305298f1d0de3799b9753757..72fcdc3f0cdd347f46c0a684b88ba66031a0e723 100644 (file)
@@ -25,8 +25,5 @@
 
 [ -z "$PS1" ] && return
 
-# keep original settings (debian)
-. ~/.bashrc
-
 # prefix prompt with naming server hostname and port
 export PS1='[NS='${NSHOST}':'${NSPORT}']'${PS1}