From 5f2e9bfc6ce1df4f3bbc90dffb1fa1c7b0c762ef Mon Sep 17 00:00:00 2001 From: David Minton Date: Wed, 7 Jun 2023 08:58:03 -0400 Subject: [PATCH] Fixed typo in Singularity/Apptainer install scripts --- apptainer/setenv.sh | 2 +- singularity/setenv.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apptainer/setenv.sh b/apptainer/setenv.sh index 82ca7d408..d9f215d7c 100755 --- a/apptainer/setenv.sh +++ b/apptainer/setenv.sh @@ -1,4 +1,4 @@ #!/bin/sh -- # This will set the SWIFTEST_SIF environment variable as long as it is executed by source. # $ . ./setenv.sh -export SWIFTEST="${PWD}/swiftest.sif" \ No newline at end of file +export SWIFTEST_SIF="${PWD}/swiftest.sif" \ No newline at end of file diff --git a/singularity/setenv.sh b/singularity/setenv.sh index 82ca7d408..d9f215d7c 100755 --- a/singularity/setenv.sh +++ b/singularity/setenv.sh @@ -1,4 +1,4 @@ #!/bin/sh -- # This will set the SWIFTEST_SIF environment variable as long as it is executed by source. # $ . ./setenv.sh -export SWIFTEST="${PWD}/swiftest.sif" \ No newline at end of file +export SWIFTEST_SIF="${PWD}/swiftest.sif" \ No newline at end of file