Added check for "unset" variables
1 unresolved thread
1 unresolved thread
Compare changes
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent
with this you get
./download-github-release.sh: line 62: REPO: unbound variable
this is due to the use of getopts and setting variables only when an option is provided. I did not find a clean way to workaround, so I removed the -u option.
Solution is to use the shell parameter expansion in this case:
fixed on main.