xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: xenomai@lists.linux.dev
Cc: Richard Weinberger <richard@nod.at>
Subject: [PATCH 2/2] prepare-kernel.sh: Fix typo in variable name
Date: Thu,  4 Apr 2024 11:30:40 +0200	[thread overview]
Message-ID: <20240404093040.15605-2-richard@nod.at> (raw)
In-Reply-To: <20240404093040.15605-1-richard@nod.at>

recursive_opts was added via
3f4c56c74 ("fix prepare-kernel for 2.4 and mindepth argument")
but never worked as expected, it's recursive_opt, without "s".

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 scripts/prepare-kernel.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/prepare-kernel.sh b/scripts/prepare-kernel.sh
index d50680dba..0b11eca66 100755
--- a/scripts/prepare-kernel.sh
+++ b/scripts/prepare-kernel.sh
@@ -94,7 +94,7 @@ patch_link() {
               link_makefiles_opt="-name Makefile -o"
            fi
            if test x$recursive = xr; then
-	       recursive_opts="-mindepth 1"
+	       recursive_opt="-mindepth 1"
 	       dir_opt="-type d -o"
            else
 	       recursive_opt="-maxdepth 1"
-- 
2.35.3


  reply	other threads:[~2024-04-04  9:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-04  9:30 [PATCH 1/2] prepare-kernel.sh: Remove dead variable Richard Weinberger
2024-04-04  9:30 ` Richard Weinberger [this message]
2024-04-08 16:17   ` [PATCH 2/2] prepare-kernel.sh: Fix typo in variable name Jan Kiszka
2024-04-10  8:39     ` Jan Kiszka
2024-04-08 16:09 ` [PATCH 1/2] prepare-kernel.sh: Remove dead variable Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240404093040.15605-2-richard@nod.at \
    --to=richard@nod.at \
    --cc=xenomai@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).