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