From 427be758f180e37f3f327f558f10b568daa61299 Mon Sep 17 00:00:00 2001 From: John-Paul Robinson <jpr@uab.edu> Date: Mon, 28 Feb 2022 14:31:30 -0600 Subject: [PATCH] Fix mmapply file rename with proper bracing on variable name --- run-mmpol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-mmpol.sh b/run-mmpol.sh index 81df451..0e493ba 100755 --- a/run-mmpol.sh +++ b/run-mmpol.sh @@ -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 -- GitLab