From a987c3669f45be8a3bf3d5cceab5289ff4c9fee9 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <paulmc@fmrib.ox.ac.uk> Date: Thu, 25 Oct 2018 17:48:52 +0100 Subject: [PATCH] macos compatibility --- mist/feedsRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist/feedsRun b/mist/feedsRun index 58e2fc9..3cfe70a 100755 --- a/mist/feedsRun +++ b/mist/feedsRun @@ -10,7 +10,7 @@ datadir=$2/mistData/ pushd $outdir > /dev/null -cp -Lr $datadir/* . +cp -LR $datadir/* . mist_1_train mist_2_fit -- GitLab