diff --git a/init/eessi_archdetect.sh b/init/eessi_archdetect.sh index 001683f50a..ad6dce6f9a 100755 --- a/init/eessi_archdetect.sh +++ b/init/eessi_archdetect.sh @@ -9,7 +9,7 @@ if [ -n "$BASH_VERSION" ]; then # Check if the major version is 4 or higher if [ "$major_version" -lt 4 ]; then - echo "Error: This script must be run with Bash > 4, you have $BASH_VERSION." >&2 + echo "Error: This script must be run with Bash >= 4, you have $BASH_VERSION." >&2 exit 1 fi else