summaryrefslogblamecommitdiffstats
path: root/source/d/icecream/icecream.sh
blob: 824a7afb99a980d2238e13b83c9e5821eb762562 (plain) (tree)
1
2
3
4
5
6
7
         

                                                                      
 
                                   

                                          
#!/bin/sh
# Only add the icecream directory to the PATH if we see that iceccd is
# supposed to be running on this machine:

if [ -x /etc/rc.d/rc.iceccd ]; then
  export PATH=/usr/libexec/icecc/bin:$PATH
fi