diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-28 07:49:57 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-28 07:49:57 -0600 |
commit | 4b51567ec3d76774555c0935531e75ac94336b40 (patch) | |
tree | 6d24987538f47085fe8709dabd8bb6d410837454 /libusb | |
parent | c8c10a3a7a89821202086392accaf4dd8c4a78e3 (diff) |
fix
Diffstat (limited to 'libusb')
-rwxr-xr-x | libusb/include/libusb/tusb_helpers.h.gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/include/libusb/tusb_helpers.h.gen b/libusb/include/libusb/tusb_helpers.h.gen index 82e15ba..b46f5f6 100755 --- a/libusb/include/libusb/tusb_helpers.h.gen +++ b/libusb/include/libusb/tusb_helpers.h.gen @@ -66,7 +66,7 @@ EOT if [[ ! -f 3rd-party/MS-LCID.pdf || 3rd-party/MS-LCID.pdf -ot $0 ]]; then wget --no-use-server-timestamps -O 3rd-party/MS-LCID.pdf 'https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-LCID/%5bMS-LCID%5d.pdf' fi -if [[ ! -f 3rd-party/MS-LCID.txt || 3rd-party/MS-LCID.txt -ot 3rd-party/MS-LCID.txt ]]; then +if [[ ! -f 3rd-party/MS-LCID.txt || 3rd-party/MS-LCID.txt -ot 3rd-party/MS-LCID.pdf ]]; then pdftotext -layout 3rd-party/MS-LCID.pdf fi <3rd-party/MS-LCID.txt \ |