diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-10-07 12:04:38 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-10-07 12:04:38 +0200 |
| commit | 6cd88a01c5cc11c983138da8a7d5648e133fccfa (patch) | |
| tree | d24160a4e45fa178493b4a0f08d81dc38d6bb71c | |
| parent | 15d6f553a4b9400aa1b5f91e02eeba69cb6f8cfd (diff) | |
| download | dotfiles-6cd88a01c5cc11c983138da8a7d5648e133fccfa.tar.gz dotfiles-6cd88a01c5cc11c983138da8a7d5648e133fccfa.zip | |
kbuild: Be more specific on Linux kernel root path
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rwxr-xr-x | bin/kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
