]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove forgotten debugging statement
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 3 Mar 2010 19:47:39 +0000 (20:47 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 3 Mar 2010 19:47:39 +0000 (20:47 +0100)
test.sh

diff --git a/test.sh b/test.sh
index 787b320be83f32098613068de32b8bcc9058c182..1ce581910ad2d7864e98da1394b0b2f2b38bf9f5 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -284,7 +284,6 @@ int test_no_obj;
 EOF
     cat <<'EOF' >prefix-remove.sh
 #!/bin/sh
-echo "$*" >>/tmp/foo
 "$@"
 [ x$3 = x-o ] && rm $4
 EOF