Skip to content
Snippets Groups Projects
Commit 037860bc authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Allow for overriding $SINGULARITY and $SIF when running eic-shell

parent 88667b9d
No related branches found
No related tags found
1 merge request!262Allow for overriding $SINGULARITY and $SIF when running eic-shell
......@@ -280,7 +280,7 @@ fi
export ATHENA_PREFIX=$PREFIX/local
export SINGULARITY_BINDPATH=$BINDPATH
$SINGULARITY exec $SIF eic-shell \$@
\${SINGULARITY:-$SINGULARITY} exec \${SIF:-$SIF} eic-shell \$@
EOF
chmod +x eic-shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment