From fc19cb4a2924d7f1d1a49cd8d526f359360594b3 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 26 Nov 2021 14:31:31 +0000 Subject: [PATCH] RF: Don't export empty / unused variables by default --- etc/fslconf/fsl.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/etc/fslconf/fsl.sh b/etc/fslconf/fsl.sh index 4e58353..17f40ca 100644 --- a/etc/fslconf/fsl.sh +++ b/etc/fslconf/fsl.sh @@ -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 -- GitLab