Skip to content
Snippets Groups Projects
Commit 0dc2198a authored by nick87720z's avatar nick87720z
Browse files

Fix rotate_fft()

Silence report about missing files,
surround tmpdir expansion with quotes,
shorter parenthesis expansion.
parent 0e2e9212
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ if ! is_num $1 ; then
fi'
rotate_fft() {
mv -f ${tmpdir}/fft-{proc-0,0}.miff
mv -f ${tmpdir}/fft-{proc-1,1}.miff
mv -f "${tmpdir}"/fft-{proc-,}0.miff 2>/dev/null
mv -f "${tmpdir}"/fft-{proc-,}1.miff 2>/dev/null
}
# Command line arguments
......
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