Commit 61c67804 authored by danh-arm's avatar danh-arm
Browse files

Merge pull request #226 from sandrine-bailleux/sb/tf-issues-279

fip_create: don't succeed if one of the passed files doesn't exist
parents 02b5678c 38410f80
...@@ -543,7 +543,7 @@ static int parse_cmdline(int argc, char **argv, struct option *options, ...@@ -543,7 +543,7 @@ static int parse_cmdline(int argc, char **argv, struct option *options,
if (status != 0) { if (status != 0) {
printf("Failed to process %s\n", printf("Failed to process %s\n",
options[option_index].name); options[option_index].name);
break; return status;
} else { } else {
/* Update package */ /* Update package */
*do_pack = 1; *do_pack = 1;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment