2020.11 (2020-11-29)
Implemented enhancements:
- Add scenario for AppVeyor #41
- Verbose mode and travis-ci #36
- Add flag to NOT delete the installation directory #29
- Add flag to install GNAT GPL and others #28
Fixed bugs:
- shellcheck: \ at end of string #33
- shellcheck: Use grep -q instead of comparing output with [ -n .. ] #32
- shellcheck: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. #31
- shellcheck: fgrep is non-standard and deprecated. Use grep -F instead. #30
Closed issues: