From aa17962b640ac5db4919f0fd1400373ed102782a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 Sep 2009 20:36:50 +0000 Subject: (check) make it work whetever encoding is used by current locale --- lst/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lst') diff --git a/lst/Makefile b/lst/Makefile index 5d460a12..3d696134 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -23,7 +23,7 @@ check: @../convert/merge2pcitable.pl pcitable pcitable pcitable > .pcitable @diff -u pcitable .pcitable @../convert/merge2pcitable.pl pcitable usbtable usbtable > .usbtable - @sed -e 's!\s"[^"]*"$$!!' < usbtable > .usbtable2 + @LC_ALL=C.iso-8859-1 sed -e 's!\s"[^"]*"$$!!' < usbtable > .usbtable2 @diff -u .usbtable2 .usbtable @cd ../convert; ./verify_Cards.pl @rm -f .pcitable .usbtable* -- cgit v1.2.1