Diff between 731d648d9bcf26793637a2dce428dcb64fcd5004 and e310672dd2027823cf4cf313b83f22410bfebbe5

Changed Files

File Additions Deletions Status
tools/update_compids.sh +1 -1 modified

Full Patch

diff --git a/tools/update_compids.sh b/tools/update_compids.sh
index 38d1fff..95c961d 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 '/<input.*type="checkbox"/d; s/&#160;/ /g' | \
-    html2text -ascii -o identifiers.txt >/dev/null
+    html2text -ascii -width 160 -o identifiers.txt >/dev/null
 
 # Some versions of html2text do not replace &amp; (e.g. Fedora)
 sed -i 's/&amp;/\&/g' identifiers.txt