aboutsummaryrefslogtreecommitdiff
path: root/bin/kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/kbuild')
-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