Skip to content

Commit

Permalink
Provide default for DEBUG_WORKFLOW in load_ufsda_modules.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres authored Feb 16, 2023
1 parent 3bfcb89 commit 383c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/load_ufsda_modules.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env bash

###############################################################
if [[ "${DEBUG_WORKFLOW}" == "NO" ]]; then
if [[ "${DEBUG_WORKFLOW:-NO}" == "NO" ]]; then
echo "Loading modules quietly..."
set +x
fi
Expand Down

0 comments on commit 383c8c3

Please sign in to comment.