From 6cd88a01c5cc11c983138da8a7d5648e133fccfa Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 7 Oct 2025 12:04:38 +0200 Subject: kbuild: Be more specific on Linux kernel root path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/kbuild') diff --git a/bin/kbuild b/bin/kbuild index 11d2835..2bc0963 100755 --- a/bin/kbuild +++ b/bin/kbuild @@ -140,7 +140,7 @@ fi # To avoid embarrassing moments, let's make sure that we are in the Linux repo. if [ ! -f "Kbuild" ]; then - echo "kbuild (error): we are not in the Linux Kernel." + echo "kbuild (error): we are not at the root of the Linux Kernel repository." exit 1 fi -- cgit v1.2.3