Bug fixes:
* Checking for system deps resulted in inconsistent exit codes: force use of /bin/bash when checking system deps
* Running aliBuild was slow and randomly returned errors at the initial fetching phase: do it only when needed, with a switch to force-enable it
* Homebrew-provided environment-modules is now at version 4, breaking alienv: alienv now supports it fully
General improvements:
* Add Fedora to the list of supported platforms
* Show build percentage in non-debug mode (guess it from stdout, useful for CMake-based projects)