obalunenko/scrum-report

Fix 2 Maintainability issues in scripts\version.sh

obalunenko opened this issue · 0 comments

CodeFactor found multiple issues:

Can only exit with status 0-255. Other data should be written to stdout/stderr.

scripts\version.sh:52

read without -r will mangle backslashes.

scripts\version.sh:38