From e310672dd2027823cf4cf313b83f22410bfebbe5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 27 Dec 2013 21:13:10 -0800 Subject: [PATCH] tools: Increase width for html2text conversion for long company names --- tools/update_compids.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_compids.sh b/tools/update_compids.sh index 38d1fff39..95c961d6d 100755 --- a/tools/update_compids.sh +++ b/tools/update_compids.sh @@ -28,7 +28,7 @@ path=en-us/specification/assigned-numbers/company-identifiers # some versions incorrectly convert it into "\xC2\xA0" curl https://www.bluetooth.org/$path | iconv -c -f utf8 -t ascii | \ sed '//dev/null + html2text -ascii -width 160 -o identifiers.txt >/dev/null # Some versions of html2text do not replace & (e.g. Fedora) sed -i 's/&/\&/g' identifiers.txt -- 2.47.3