Blob Blame History Raw
# If icecream and ccache are installed, we must not put both in PATH
# to prevent recursive invocations.
# Note: ccache.sh (if present) will be sourced before icecream.sh

if ! echo "$PATH" | /bin/grep -q "@LIBDIR@/icecc/bin\|@LIBDIR@/ccache"
then
	PATH="@LIBDIR@/icecc/bin:$PATH"
fi