Ticket #17273: profile.2

File profile.2, 189 bytes (added by chris@…, 15 years ago)
Line 
1# System-wide .profile for sh(1)
2
3if [ -x /usr/libexec/path_helper ]; then
4        eval `/usr/libexec/path_helper -s`
5fi
6
7if [ "${BASH-no}" != "no" ]; then
8        [ -r /etc/bashrc ] && . /etc/bashrc
9fi