From 1334b35ab863540044333bbdec70a68fb19ab611 Mon Sep 17 00:00:00 2001 From: Daisuke MATSUYOSHI Date: Fri, 2 Oct 2020 13:04:54 +0900 Subject: [PATCH] Fixed variable name typo Fixed typo and made a variable name consistent between VolumeProcessingPipelineBatch and SurfaceProcessingPipelineBatch --- Examples/Scripts/GenericfMRISurfaceProcessingPipelineBatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Scripts/GenericfMRISurfaceProcessingPipelineBatch.sh b/Examples/Scripts/GenericfMRISurfaceProcessingPipelineBatch.sh index e21d93d63..8aba85775 100755 --- a/Examples/Scripts/GenericfMRISurfaceProcessingPipelineBatch.sh +++ b/Examples/Scripts/GenericfMRISurfaceProcessingPipelineBatch.sh @@ -4,7 +4,7 @@ get_batch_options() { local arguments=("$@") unset command_line_specified_study_folder - unset command_line_specified_subj_list + unset command_line_specified_subj unset command_line_specified_run_local local index=0