]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Use better compiler location default in perf.sh
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 28 Apr 2010 06:30:01 +0000 (08:30 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 28 Apr 2010 06:57:35 +0000 (08:57 +0200)
perf.sh

diff --git a/perf.sh b/perf.sh
index 23b768758b09ff148a6a81e9b9283ac6ea76dc09..62ad1d82793ff050a9694f4b943af88d19286c6f 100755 (executable)
--- a/perf.sh
+++ b/perf.sh
@@ -50,7 +50,7 @@ elapsed() {
 if [ -n "$CXX" ]; then
     cxx="$CXX"
 else
-    cxx=c++
+    cxx=/usr/bin/c++
 fi
 
 ccache=../ccache