diff options
Diffstat (limited to 'scripts/wic')
| -rwxr-xr-x | scripts/wic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index dda72a9c27..a38ecc0b8b 100755 --- a/scripts/wic +++ b/scripts/wic | |||
| @@ -305,7 +305,7 @@ def main(argv): | |||
| 305 | parser.print_help() | 305 | parser.print_help() |
| 306 | sys.exit(1) | 306 | sys.exit(1) |
| 307 | 307 | ||
| 308 | hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands) | 308 | return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands) |
| 309 | 309 | ||
| 310 | 310 | ||
| 311 | if __name__ == "__main__": | 311 | if __name__ == "__main__": |
