X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fbash_login;h=d390e56cbc8cd5f51e0d0ba551b9d377e67eac32;hb=e907bf835bb61d8888f2fcd59c90bd071e841cf7;hp=8207eaee0d42aa94090dc086d4a1e03131baa8ca;hpb=6cf0d2cda8a454c46c0cd44fc2edd2093cd8c83a;p=clearscm.git diff --git a/rc/bash_login b/rc/bash_login index 8207eae..d390e56 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -121,8 +121,11 @@ if [ -r /etc/bash_completion -a $ARCHITECTURE != "cygwin" ]; then source /etc/bash_completion fi -if [ -x ~/.rc/logout ]; then - trap "~/.rc/logout" 0 +# We specify /home/$USER here so that when we sudo to another user +# we will only trap logout if that user also has a ~/.rc/logout +# (doubtfull). +if [ -x /home/$USER/.rc/logout ]; then + trap "/home/$USER/.rc/logout" 0 fi # ClearCase Stuff