Skip to content
Snippets Groups Projects
Commit f9b4fb46 authored by Timo Teräs's avatar Timo Teräs
Browse files

apk: don't exit with error code for -V and --print-arch

parent 9039dbe0
No related branches found
No related tags found
No related merge requests found
......@@ -580,6 +580,8 @@ int main(int argc, char **argv)
err_and_usage:
if (r == -EINVAL)
r = usage(applet);
if (r == -ESHUTDOWN)
r = 0;
err:
if (ctx)
free(ctx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment