Skip to content

generate_lists: fix usage with output path

Karel Koci requested to merge bugfix/generate_list-unknown-argument into hbl

The default value of output_path should have been set after arguments parsing as empty variable is used to detect if variable was provided or not.

Also change help as OUTPUT_PATH is optional and there is default in place if not provided.

Bugfix for error introduced in https://gitlab.labs.nic.cz/turris/turris-build/merge_requests/96

Merge request reports