Skip to content
Snippets Groups Projects
Commit fc19cb4a authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: Don't export empty / unused variables by default

parent 4a8c68d9
No related branches found
No related tags found
1 merge request!36RF: Work around issue with c++17 and older versions of libxml++.
......@@ -43,8 +43,8 @@ fi
# NIFTI_PAIR_GZ
# NIFTI2_PAIR_GZ
#
# This would typically be overwritten in ${HOME}/.fslconf/fsl.sh if the user wished
# to write files with a different format
# This would typically be overwritten in ${HOME}/.fslconf/fsl.sh if the user
# wished to write files with a different format
export FSLOUTPUTTYPE=NIFTI_GZ
# Comment out the definition of FSLMULTIFILEQUIT to enable
......@@ -62,9 +62,10 @@ export FSLWISH=$FSLDIR/bin/fslwish
# The following variables are used for running code in parallel across
# several machines ( i.e. for FDT )
export FSLLOCKDIR=
export FSLMACHINELIST=
export FSLREMOTECALL=
# export FSLLOCKDIR=
# export FSLMACHINELIST=
# export FSLREMOTECALL=
# export FSLPARALLEL=
# The following variables are used to configure CUDA capable queues - if you
# are using Grid Engine then this queue will be used to enqueue tasks that
......
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