From: Joel Rosdahl Date: Mon, 17 Sep 2012 19:30:24 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: v3.2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff2193c8cd5685f5a458b876727d7009d4f15d2a;p=thirdparty%2Fccache.git Merge branch 'maint' * maint: Fix bug testing with ecryptfs --- ff2193c8cd5685f5a458b876727d7009d4f15d2a diff --cc test.sh index d0eaad12d,afd73a40e..f7f9971fe --- a/test.sh +++ b/test.sh @@@ -573,10 -497,9 +573,10 @@@ base_suite() link_suite() { if [ `dirname $COMPILER` = . ]; then - ln -s ../ccache $COMPILER + ln -s "$CCACHE" $COMPILER CCACHE_COMPILE="./$COMPILER" base_tests + rm -f $COMPILER else echo "Compiler ($COMPILER) not taken from PATH -- not running link test" fi