Ticket #17273: profile

File profile, 181 bytes (added by chris@…, 15 years ago)
Line 
1
2##
3# DELUXE-USR-LOCAL-BIN-INSERT
4# (do not remove this comment)
5##
6echo $PATH | grep -q -s "/usr/local/bin"
7if [ $? -eq 1 ] ; then
8    PATH=$PATH:/usr/local/bin
9    export PATH
10fi