Skip to content

Commit

Permalink
Fix shellcheck lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
KineticTheory committed Apr 6, 2021
1 parent a0dddd1 commit 689dec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cray-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ esac
for env in $environments; do
if [[ $(fn_exists "$env") -gt 0 ]]; then
if [[ ${verbose:-false} != false ]]; then echo "export -f $env"; fi
export -f $env
export -f "${env?}"
else
die "Requested environment $env is not defined."
fi
Expand Down

0 comments on commit 689dec0

Please sign in to comment.