Ticket #13742: profile

File profile, 189 bytes (added by mellonjasper@…, 16 years ago)

/etc/profile

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