From: Joel Rosdahl Date: Wed, 3 Mar 2010 19:47:39 +0000 (+0100) Subject: Remove forgotten debugging statement X-Git-Tag: v3.0pre1~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db71fc59f17b134239f7b3a5129a1dc94be2e6b0;p=thirdparty%2Fccache.git Remove forgotten debugging statement --- diff --git a/test.sh b/test.sh index 787b320be..1ce581910 100755 --- 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