From: Joel Rosdahl Date: Sun, 30 May 2010 09:19:53 +0000 (+0200) Subject: Remove leftover debug commands X-Git-Tag: v3.0~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bd6a5d158eead7c39a55b6dcfd9494db0d6e4b4;p=thirdparty%2Fccache.git Remove leftover debug commands --- diff --git a/test.sh b/test.sh index 8b9c0b370..d7b61bde7 100755 --- a/test.sh +++ b/test.sh @@ -988,9 +988,7 @@ EOF #!/bin/sh CCACHE_DISABLE=1 # If $COMPILER happens to be a ccache symlink... export CCACHE_DISABLE -stat new.h >>/tmp/stat.log [ x\$2 = "x-E" ] && touch new.h # Be sure that mtime >= time_of_compilation -stat new.h >>/tmp/stat.log exec $COMPILER "\$@" EOF chmod +x $touchy_compiler