From 688d1a8f5285cb5634b2081a6e38dc5f6ef2a775 Mon Sep 17 00:00:00 2001 From: Reiner Jung <reiner.jung@email.uni-kiel.de> Date: Thu, 1 Sep 2022 17:37:43 +0200 Subject: [PATCH] Fixed minor typo --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index ef75e64..0dde9f6 100755 --- a/setup.sh +++ b/setup.sh @@ -40,8 +40,8 @@ checkFile moobench "${MOOBENCH_ARCHIVE}" tar -xpf "${MOOBENCH_ARCHIVE}" MOOBENCH_BIN="${BASE_DIR}/benchmark/bin/benchmark" -checkFile compile-result "${COMPILE_RESULT_ARCHIVE}" -tar -xpf "${COMPILE_RESULT_ARCHIVE}" -COMPILE_RESULT_BIN="${BASE_DIR}/compile-results/bin/compile-results" +checkFile compile-result "${COMPILE_RESULTS_ARCHIVE}" +tar -xpf "${COMPILE_RESULTS_ARCHIVE}" +COMPILE_RESULTS_BIN="${BASE_DIR}/compile-results/bin/compile-results" # end -- GitLab