[PATCH] boot: fix typo
Rolf Evers-Fischer
embedded24 at evers-fischer.de
Mon Jun 30 05:27:30 PDT 2014
Signed-off-by: Rolf Evers-Fischer <rolf.evers.fischer at 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
More information about the barebox
mailing list