From d313e554cf24ff45c2d13aead29214f7f020a688 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Thu, 16 Sep 2021 20:47:32 +0000 Subject: [PATCH] realpath --- benchmarks/single/single.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/single/single.sh b/benchmarks/single/single.sh index 21e66504..93b14c4a 100644 --- a/benchmarks/single/single.sh +++ b/benchmarks/single/single.sh @@ -33,8 +33,8 @@ fi # Analysis ls -al ${LOCAL_PREFIX} ls -al ${ROOT_BUILD_DIR} || true -mkdir -p ${ROOT_BUILD_DIR}/benchmarks/single -root -l -b -q "benchmarks/single/analyze.cxx+(\"${JUGGLER_REC_FILE}\")" +mkdir -p ${ROOT_BUILD_DIR}/$(realpath benchmarks/single) +root -l -b -q "benchmarks/single/analyze.cxx(\"${JUGGLER_REC_FILE}\")" if [[ "$?" -ne "0" ]] ; then echo "ERROR analysis failed" exit 1 -- GitLab