Skip to content

Commit

Permalink
Add .matlab prefix in home temp dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
gllmflndn committed Oct 14, 2016
1 parent 26e1124 commit 18eb326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
@@ -1,4 +1,4 @@
#!/bin/bash

HOME=$(mktemp -d)
HOME=$(mktemp -d --suffix=.matlab)
exec ${SPM_EXEC} script ${SPM_DIR}/spm_BIDS_App.m $@

0 comments on commit 18eb326

Please sign in to comment.