commit: 77006a2b4eb2d57286756af22a3fc7b6ab01264a
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 4 10:37:05 2014 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 10:37:05 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=77006a2b
ignore cvs header
---
scripts/diff-gentoo-x86.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/diff-gentoo-x86.sh b/scripts/diff-gentoo-x86.sh
index 8ec6452..5bb21bc 100755
--- a/scripts/diff-gentoo-x86.sh
+++ b/scripts/diff-gentoo-x86.sh
@@ -8,7 +8,7 @@ pushd "${OVERLAY}" > /dev/null
for pkg in *-*/* ; do
if [[ -d ${CVS_DIR}/${pkg} ]] ; then
echo ">>> ${pkg}"
- diff -ru -x CVS -x ChangeLog -x Manifest "${CVS_DIR}"/${pkg}
${pkg}
+ diff -ru -x CVS -x ChangeLog -x Manifest -I "^# \$Header:"
"${CVS_DIR}"/${pkg} ${pkg}
fi
done