mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-02-03 16:05:33 +00:00
1f31dedb6f
* rosenthal/packages/linux.scm (%xanmod-version): Update to 6.0.10. (doc-supported?): New variable. (linux-xanmod-source,linux-xanmod): Adjusted accordingly.
14 lines
367 B
Diff
14 lines
367 B
Diff
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);
|
|
}
|
|
}
|
|
|