From: Roland RoLaNd <r_o_l_a_...@hotmail.com>
> any idea how to prevent bashrc to execute the below to a no login shell ? or 
>any 
>
> other advice for that matter.

Maybe try:
  if shopt -q login_shell; then
    ...
  fi

JD


      
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to