Skip to content

Added check to make sure inventory file exists to avoid 'cat' error

Simon Rose requested to merge tools_fixes into master

If you run any of the build/clone tools with no -f argument, they give errors due to cat expecting an argument. This fixes that.

Merge request reports