Skip to content

Commit

Permalink
fix newline problem in brun_fastsurfer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuegler committed Dec 14, 2023
1 parent 37fd011 commit fc5ee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brun_fastsurfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ case $key in
echo "ERROR: Could not find the subject list $2!"
exit 1
fi
subjects="$subjects $(cat $2)"
subjects="$subjects$newline$(cat $2)"
subjects_stdin="false"
shift # past argument
shift # past value
Expand Down

0 comments on commit fc5ee22

Please sign in to comment.