slackware-current/source/d/icecream/icecream.csh

8 lines
211 B
Tcsh
Raw Permalink Normal View History

#!/bin/csh
# 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
setenv PATH /usr/libexec/icecc/bin:${PATH}
endif