Merge branch 'bug30649_040' into bug30649_maint_041

This commit is contained in:
George Kadianakis
2019-09-02 11:58:01 +03:00
committed by teor
parent 61082c059c
commit 73890a86ef
740 changed files with 30113 additions and 13406 deletions
+1 -2
View File
@@ -16,6 +16,5 @@ for B in "$DIRB"/*; do
fi
perl -pe 's/^\s*\!*\d+(\*?):/ 1$1:/; s/^([^:]+:)[\d\s]+:/$1/; s/^ *-:(Runs|Programs):.*//;' "$B" > "$B.tmp"
diff -u "$A.tmp" "$B.tmp" |perl -pe 's/^((?:\+\+\+|---)(?:.*tmp))\s+.*/$1/;'
rm "$A.tmp" "$B.tmp"
rm -f "$A.tmp" "$B.tmp"
done