From: Rolf Evers-Fischer <embedded24@evers-fischer.de>
To: barebox@lists.infradead.org
Subject: [PATCH] boot: fix typo
Date: Mon, 30 Jun 2014 14:27:30 +0200 (CEST) [thread overview]
Message-ID: <1856111166.917234.1404131250583.open-xchange@oxbsltgw09.schlund.de> (raw)
Signed-off-by: Rolf Evers-Fischer <rolf.evers.fischer@delphi.com>
---
commands/boot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/commands/boot.c b/commands/boot.c
index a23ffb1..c8eae10 100644
--- a/commands/boot.c
+++ b/commands/boot.c
@@ -151,7 +151,7 @@ static int bootscript_scan_path(struct blspec *blspec, const
char *path)
glob(files, 0, NULL, &globb);
for (i = 0; i < globb.gl_pathc; i++) {
- char *bootscript_path = globb.gl_pathv[i];;
+ char *bootscript_path = globb.gl_pathv[i];
if (*basename(bootscript_path) == '.')
continue;
--
1.7.4.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-06-30 12:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-30 12:27 Rolf Evers-Fischer [this message]
2014-07-01 6:46 ` Sascha Hauer
2014-07-01 7:26 ` Rolf Evers-Fischer
2014-07-01 7:49 ` Holger Schurig
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=1856111166.917234.1404131250583.open-xchange@oxbsltgw09.schlund.de \
--to=embedded24@evers-fischer.de \
--cc=barebox@lists.infradead.org \
/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