diff --git a/README.md b/README.md index 262134c4493c4414702c1a6b383b493ffcd1634b..856babcd29cd74664c24b643c03c540f9f3029f9 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ cd eic_container modeuefile will be installed to `$PREFIX/../../etc/modulefiles`. You can use the `-v` flag to select the version you want to deploy, or omit the flag if you want to install the master build. The recommended stable - release version is `v2.0.3`. + release version is `v2.0.4`. ```bash -./deploy.py -v 2.0.3 <PREFIX> +./deploy.py -v 2.0.4 <PREFIX> ``` Available flags: diff --git a/VERSION b/VERSION index 50ffc5aa7f69fa0ffc74a36d81ac05273e116308..2165f8f9b6a830a9d8dd3d2857d7fb86eba1d250 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.0.4 diff --git a/containers/release/eic-shell b/containers/release/eic-shell index 070f3859cb268372f5d6a7696f034497817ab5c6..e2b54ed1fbf8197ca4c62e927ef795405685ec51 100755 --- a/containers/release/eic-shell +++ b/containers/release/eic-shell @@ -1,6 +1,8 @@ #! /usr/bin/env bash source /etc/profile +## Force environment to be clean +source /etc/eic-env.sh if [ -p /dev/stdin ]; then # If we want to read the input line by line