Skip to content

Commit eeb5537

Browse files
committed
remove extra if
1 parent c4cbcd8 commit eeb5537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EESSI-install-software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ else
231231
echo_yellow ">> No EasyBuild module found: skipping step to install CUDA (see output in ${module_avail_out})"
232232
export skip_cuda_install=True
233233
fi
234-
if
234+
235235
if [ -z "${skip_cuda_install}" ] || [ ! "${skip_cuda_install}" ]; then
236236
${EESSI_PREFIX}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh -c 12.1.1 --accept-cuda-eula
237237
else

0 commit comments

Comments
 (0)