diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-23 20:36:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-23 20:36:50 +0000 |
commit | aa17962b640ac5db4919f0fd1400373ed102782a (patch) | |
tree | 2ca47eace8a06fcedea3bd06069a39752bbaaed9 /lst | |
parent | 922198b26cc407933096908b5fcdb9dc25d81564 (diff) | |
download | ldetect-lst-aa17962b640ac5db4919f0fd1400373ed102782a.tar ldetect-lst-aa17962b640ac5db4919f0fd1400373ed102782a.tar.gz ldetect-lst-aa17962b640ac5db4919f0fd1400373ed102782a.tar.bz2 ldetect-lst-aa17962b640ac5db4919f0fd1400373ed102782a.tar.xz ldetect-lst-aa17962b640ac5db4919f0fd1400373ed102782a.zip |
(check) make it work whetever encoding is used by current locale
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* |