From: robertlipe Date: Wed, 20 Feb 2013 05:57:29 +0000 (+0000) Subject: Add -w to ignore whitespace in testo. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~642 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c9567f2839666dd5f551639815ccdb0439475ed;p=gpsbabel.git Add -w to ignore whitespace in testo. --- diff --git a/gpsbabel/testo b/gpsbabel/testo index fa3caedc0..216881c5d 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -37,7 +37,7 @@ bincompare() compare() { - ${DIFF} -u -b $* || { + ${DIFF} -u -b -w $* || { echo ERROR comparing $* let errorcount=errorcount+1 #exit 1