We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3541e commit 3f87df9Copy full SHA for 3f87df9
1 file changed
eessi_container.sh
@@ -1047,7 +1047,7 @@ for arg in "${PASS_THROUGH[@]}"; do
1047
done
1048
1049
# EESSI_SINGULARITY_SANDBOX is an environment variable (typically set in site_config.sh, if needed)
1050
-if [[ -n "$EESSI_SINGULARITY_SANDBOX" || $SANDBOX -eq 1 ]]; then
+if [[ -n "${EESSI_SINGULARITY_SANDBOX}" || ${SANDBOX} -eq 1 ]]; then
1051
# using a sandbox image mode is more robust at the cleanup phase at the end
1052
CONTAINER_SANDBOX="${CONTAINER%.sif}.sandbox"
1053
echo "Building a sandbox image with command (next line):"
0 commit comments