mergedb: use parsedb to validate merges

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-11-12 15:40:24 -08:00
parent 7f95ce3996
commit 59603f069b
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ esac
touch "$db"
sort -u "$tmp1" "$db" | grep -v '<.*>' > "$tmp2" || true
mv "$tmp2" "$db"
${XRAY_PARSEDB} --strict "$tmp2" "$db"
rm -f "$tmp1"