diff options
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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* |