diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 08:06:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 08:06:55 +0000 |
commit | 545be95911a823a5422121415625e962d4e92210 (patch) | |
tree | c546d9ca8989b35350255bc95600cead1c31db4e /bin | |
parent | Releasing debian version 2.3.0-1. (diff) | |
download | identify-545be95911a823a5422121415625e962d4e92210.tar.xz identify-545be95911a823a5422121415625e962d4e92210.zip |
Merging upstream version 2.3.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/vendor-licenses | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vendor-licenses b/bin/vendor-licenses index 1303558..9bbce91 100755 --- a/bin/vendor-licenses +++ b/bin/vendor-licenses @@ -54,4 +54,4 @@ def main() -> int: if __name__ == '__main__': - exit(main()) + raise SystemExit(main()) |