Skip to content
Snippets Groups Projects
Commit 427be758 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Fix mmapply file rename with proper bracing on variable name

parent e819d1b8
No related branches found
No related tags found
No related merge requests found
......@@ -39,4 +39,4 @@ fi
# tag output file with run metadata
outfile=`ls -t $tmpglobal | head -1`
mv -n $tmpglobal/$outfile $tmpglobal/$outfile_$filetag
mv -n $tmpglobal/$outfile $tmpglobal/${outfile}_$filetag
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