Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bugs, made POSIX compliant, clearer messages (#47)
* Improved logic for providing `tsmp2_env` and/or being on a non-JSC machine If we are on JSC and `tsmp2_var` is not yet set, it is set to a default. Then the environment is loaded iff `tsmp2_var` is set. Furthermore, the abort message format is made consistent with another abort location (where I did not add a suggestion as providing model component parameters is already in the README). Finally, I made messages for "things about to be done" contrast to aborts by making them present continuous tense and adding an ellipsis. * Removed non-POSIX verbose option (mkdir -v) This does, for instance, not work on OpenBSD. * Moved realpath to place where $tsmp2_env is defined, so we're sure realpath(1) gets an argument and not an empty string * Improved readability and added quotes in case of spaces
- Loading branch information