From 3adfd91c205d8b4fc0b66b590c4d552905114ffc Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 23 Sep 2010 11:23:33 +0200 Subject: [PATCH] explain more --- update-cvarcount.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-cvarcount.sh b/update-cvarcount.sh index e322501fc..b82840ae0 100755 --- a/update-cvarcount.sh +++ b/update-cvarcount.sh @@ -10,6 +10,8 @@ for b in balance*.cfg; do B=`mktemp` awk '/^seta? g_/ { print $2; }' balanceXonotic.cfg | sort -u | tr -d '\r' > "$A" awk '/^seta? g_/ { print $2; }' "$b" | sort -u | tr -d '\r' > "$B" + echo "< missing in $b" + echo "> must get removed from $b" diff "$A" "$B" | grep '^[<>]' | sort rm -f "$A" "$B" exit 1 -- 2.39.2