Skip to content
Snippets Groups Projects

update for merge

Merged Taylor Hanayik requested to merge post-install-merge-fix into master
1 file
+ 0
16
Compare changes
  • Side-by-side
  • Inline
+ 0
16
@@ -83,22 +83,6 @@ function drop_sudo {
fi
}
function parse_fslcudaver {
IFS='/' read -a parts <<< $1
fslcudastring="${parts[-1]}"
IFS='eddy_cuda' read -a verstring <<< fslcudastring
fslcudaver="${verstring[-1]}"
echo "$fslcudaver"
}
function parse_syscudaver {
IFS='/' read -a parts <<< $1
optcudastring="${parts[-1]}"
IFS='-' read -a verstring <<< optcudastring
optcudaver="${verstring[-1]}"
echo "$optcudaver"
}
#####################################
# Configure eddy
#####################################
Loading