Skip to content

Commit

Permalink
tweak variable expansion in test
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 15, 2024
1 parent 20aacdc commit 88bdb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/eessi_environment_variables
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function error() {
function show_msg {
# only echo msg if EESSI_SILENT is unset
msg=$1
if [[ -z ${EESSI_SILENT+x} ]]; then
if [[ -z ${EESSI_SILENT:+x} ]]; then
echo "$msg"
fi
}
Expand Down

0 comments on commit 88bdb88

Please sign in to comment.