1
0
mirror of https://github.com/openbsd/src.git synced 2026-05-01 01:27:08 +00:00

ignore tar files while diffing destdirs for syspatch as we don't care about them

This commit is contained in:
robert
2026-03-06 13:16:59 +00:00
parent 4132a17464
commit 2b422de66b

View File

@@ -1,6 +1,6 @@
#!/bin/ksh
#
# $OpenBSD: diff.sh,v 1.6 2019/05/12 14:57:30 robert Exp $
# $OpenBSD: diff.sh,v 1.7 2026/03/06 13:16:59 robert Exp $
#
# Copyright (c) 2017, 2019 Robert Nagy <robert@openbsd.org>
#
@@ -54,7 +54,7 @@ do
diff -q ${_onm} ${_nnm} >/dev/null || padd ${_n}
rm -f ${_onm} ${_nnm}
;;
EFI|dat|db|tgz|*void|*dir|mk|cache-4)
EFI|dat|db|tgz|*void|*dir|mk|cache-4|tar)
;;
*)
padd ${_n}