We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe4704 commit 7625ff4Copy full SHA for 7625ff4
EESSI-extend-easybuild.eb
@@ -105,7 +105,7 @@ local eessi_project_install = os.getenv("EESSI_PROJECT_INSTALL") ~= nil
105
local eessi_user_install = os.getenv("EESSI_USER_INSTALL") ~= nil
106
107
-- Use an installation prefix that we _should_ have write access to
108
-if (eessi_cvmfs_install) then
+if eessi_cvmfs_install then
109
-- Make sure no other EESSI install environment variables are set
110
if (eessi_site_install or eessi_project_install or eessi_user_install) then
111
LmodError("You cannot use EESSI_CVMFS_INSTALL in combination with any other EESSI_*_INSTALL environment variables")
0 commit comments