From: caremoli Date: Mon, 17 Jan 2011 09:40:14 +0000 (+0000) Subject: CCAR: remove source ~/.bashrc in $APPLI/.bashrc as it can reset the SALOME environment X-Git-Tag: Start_BR_19998_21191~100 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cdb27abc4411d0b26daa266e7beffeb59930a769;p=modules%2Fkernel.git CCAR: remove source ~/.bashrc in $APPLI/.bashrc as it can reset the SALOME environment if the user has customized --- diff --git a/bin/appliskel/.bashrc b/bin/appliskel/.bashrc index 0144dd117..72fcdc3f0 100644 --- a/bin/appliskel/.bashrc +++ b/bin/appliskel/.bashrc @@ -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}