Skip to content

Commit

Permalink
🐛 3dSeedCorr: mask no longer quoted twice
Browse files Browse the repository at this point in the history
  • Loading branch information
WillForan committed Aug 16, 2024
1 parent cc86ed5 commit f73fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3dSeedCorr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deconreml(){
# speeds things up potentially
# but doesn't change values (TODO: is that true for reml?)
[ -n "$maskfile" -a -r "$maskfile" ] &&
maskswitch="-mask '$maskfile'" ||
maskswitch="-mask $maskfile" ||
maskswitch=""


Expand Down

0 comments on commit f73fbca

Please sign in to comment.