summaryrefslogtreecommitdiffstats
path: root/lst
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-23 20:36:50 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-23 20:36:50 +0000
commitaa17962b640ac5db4919f0fd1400373ed102782a (patch)
tree2ca47eace8a06fcedea3bd06069a39752bbaaed9 /lst
parent922198b26cc407933096908b5fcdb9dc25d81564 (diff)
downloadldetect-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/Makefile2
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*