Commit 846f2962 authored by danh-arm's avatar danh-arm
Browse files

Merge pull request #610 from bjackman/bj/fip-create-exit-code

fip_create: Fix exit status for missing output filename (2)
parents 3992c359 6d9b7c1e
......@@ -811,7 +811,7 @@ int main(int argc, char **argv)
if (fip_filename == NULL) {
printf("ERROR: Missing FIP filename\n");
print_usage();
return 0;
return EINVAL;
}
/* Unpack images from FIP always takes precedence over packaging. In
......
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