From 87eb9e9a946f507b46803e4d1f5508b7ce54c3b2 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 6 Oct 2022 10:20:34 +0200 Subject: [PATCH] Make the kernel filesystem scriptlets executable This is so that they can be run from the main Makefile, instead of having to edit them to put them inside the Makefile. --- common/kernfs.xsl | 2 ++ common/libs/func_book_parser | 2 ++ 2 files changed, 4 insertions(+) diff --git a/common/kernfs.xsl b/common/kernfs.xsl index 2f875de..f47f665 100644 --- a/common/kernfs.xsl +++ b/common/kernfs.xsl @@ -7,6 +7,8 @@ + #!/bin/bash +