]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - icecream/icecream.sh
systemd: Remove udev rules for "predictable" network device names
[people/ms/ipfire-3.x.git] / icecream / icecream.sh
1 # Leaves PATH unchanged if icecc is already there.
2 # If ccache is there, adds icecc _after_ it.
3 # Otherwise adds icecc to the beginning.
4
5 PATH=`echo $PATH | /bin/sed -e \
6 '\%@LIBDIR@/icecc/bin% b
7 s%@LIBDIR@/ccache%&:@LIBDIR@/icecc/bin%
8 t
9 s%^%@LIBDIR@/icecc/bin:%'`
10