From 065dbc4aef593f74ae8306acf313c85d92829f10 Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Mon, 16 Jul 2012 18:04:08 +0200 Subject: [PATCH] Ignore changes in whitespace --- scripts/mailbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mailbot b/scripts/mailbot index f2eab76..8119f92 100755 --- a/scripts/mailbot +++ b/scripts/mailbot @@ -205,7 +205,7 @@ sub process print LOG `sort -k1 new.db`; $? && error("Error sorting the patched pci.ids file"); print LOG "Finding ID differences.\n"; - `diff -U0 new.db orig.db >diffs`; + `diff -U0 -b new.db orig.db >diffs`; if ($? > 256) { error("Diff failed. Why?"); } elsif (!$?) { error("No ID changes encountered."); } open(DIFF, "diffs") || error("Cannot open the diff"); -- 2.39.2