9
0
Fork 0

boot: fix typo

Signed-off-by: Rolf Evers-Fischer <rolf.evers.fischer@delphi.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Rolf Evers-Fischer 2014-06-30 14:27:30 +02:00 committed by Sascha Hauer
parent a78452fd2d
commit 3746d5ebc6
1 changed files with 1 additions and 1 deletions

View File

@ -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;