From c818743e1158c2e06382046e30b0ab7eac79edd0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 9 Oct 2012 12:39:43 +0900 Subject: [PATCH] test-rebuild.sh: try to fix diff output --- test-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-rebuild.sh b/test-rebuild.sh index 6001190..a8f0efb 100755 --- a/test-rebuild.sh +++ b/test-rebuild.sh @@ -41,8 +41,8 @@ for i in $PKGS; do if [ -z "$DIFF" ]; then echo "$i $k: same" else + echo $DIFF echo $DIFF > ../$k.$i.diff - cat ../$k.$i.diff fi done done