Rosenthal/rosenthal/packages/patches/linux-libre-deblob-check-omit-error.patch

14 lines
367 B
Diff
Raw Normal View History

diff --git a/linux-libre-deblob-check b/linux-libre-deblob-check
index d75b6b3..b45aa90 100644
--- a/linux-libre-deblob-check
+++ b/linux-libre-deblob-check
@@ -7978,7 +7978,7 @@ $eormatch /^[;][/][*]end .*[*][/][;]$eornl$/ {
for (i = nfilenames; --i > 0;)
print filenames[i] " within";
print filenames[0];
- exit (1);
+ exit (0);
}
}