Skip to content
Snippets Groups Projects
Commit 59def6e8 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: typo

parent 8f8365f0
No related branches found
No related tags found
1 merge request!37Major re-arrangement of eddy tests
......@@ -59,7 +59,7 @@ cpu_jids=""
for exe in ${cuda_exes} ${cpu_exes};
do
variant=`basename ${exe}`
variant=`echo ${variante | sed 's/eddy_//'`
variant=`echo ${variant} | sed 's/eddy_//'`
if [[ "${exe}" == *"cuda"* ]]; then
fsl_sub="fsl_sub -l ${outdir} -q cuda.q"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment