#!/bin/bash if [ -d /usr/lib/distcc/bin ] && [ ! -d /usr/lib/colorgcc/bin ] && [ ! -d /usr/lib/ccache/bin ]; then pathprepend /usr/lib/distcc/bin fi export CCACHE_PREFIX="distcc"