From 6070c98e8562acf50469dfe7f027fa833e6c4413 Mon Sep 17 00:00:00 2001 From: jharper5 Date: Wed, 7 Feb 2024 09:02:37 -0800 Subject: [PATCH] fix sed --- third_party/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/Makefile b/third_party/Makefile index ecc83d1..c5dcc31 100644 --- a/third_party/Makefile +++ b/third_party/Makefile @@ -51,7 +51,7 @@ endif # gcc 4.8 doesn't support -Wimplicit-fallthrough option cd cpuid && sed -i s/"-Wimplicit-fallthrough"/""/ Makefile # modifies one line to short-circuit output due to potential infinite loop on some systems - cd cpuid && sed -i s/"(words\[WORD_EAX\] & 0xfff)"/0/ cpuid.c + cd cpuid && sed -i 11242s/"(words\[WORD_EAX\] & 0xfff)"/0/ cpuid.c cd cpuid && make dmidecode: