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

Support e.g. `SINGULARITY_OPTIONS="--writable --fakeroot" eic-shell`

parent 4d7253b0
No related branches found
No related tags found
1 merge request!282Support e.g. `SINGULARITY_OPTIONS="--writable --fakeroot" eic-shell`
...@@ -280,7 +280,7 @@ fi ...@@ -280,7 +280,7 @@ fi
export ATHENA_PREFIX=$PREFIX/local export ATHENA_PREFIX=$PREFIX/local
export SINGULARITY_BINDPATH=$BINDPATH export SINGULARITY_BINDPATH=$BINDPATH
\${SINGULARITY:-$SINGULARITY} exec \${SIF:-$SIF} eic-shell \$@ \${SINGULARITY:-$SINGULARITY} exec \${SINGULARITY_OPTIONS:-} \${SIF:-$SIF} eic-shell \$@
EOF EOF
chmod +x eic-shell chmod +x eic-shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment