josephdviviano/epitome

MODULE: linreg_fs2epi_fsl typo

colinhawco opened this issue · 1 comments

if [ ${multisession} -eq 1 ]; then
DIR_T1="${DIR_DATA}/${DIR_EXPT}/${SUB}/T1/${SESS}"
else
DIR_T1="${DIR_DATA}/${DIR_EXPT}/${SUB}/T1/SESS01)"
fi

Not in the else, there is a ")" instead of a "/"

Thanks @colinhawco , nice catch, fixed in latest commit 80bd3f8