aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2025-10-07 12:04:38 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2025-10-07 12:04:38 +0200
commit6cd88a01c5cc11c983138da8a7d5648e133fccfa (patch)
treed24160a4e45fa178493b4a0f08d81dc38d6bb71c /bin
parent15d6f553a4b9400aa1b5f91e02eeba69cb6f8cfd (diff)
downloaddotfiles-6cd88a01c5cc11c983138da8a7d5648e133fccfa.tar.gz
dotfiles-6cd88a01c5cc11c983138da8a7d5648e133fccfa.zip
kbuild: Be more specific on Linux kernel root path
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/kbuild2
1 files changed, 1 insertions, 1 deletions
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