Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > aa89c086671c0d57fa56d7c6fcb04658 > files > 2

icecream-0.9.4-5.fc12.i686.rpm

# Leaves PATH unchanged if icecc is already there.
# If ccache is there, adds icecc _after_ it.
# Otherwise adds icecc to the beginning.

PATH=`echo $PATH | /bin/sed -e \
	'\%/usr/lib/icecc/bin% b
	s%/usr/lib/ccache%&:/usr/lib/icecc/bin%
	t
	s%^%/usr/lib/icecc/bin:%'`