Skip to content
Snippets Groups Projects
Commit 688d1a8f authored by Reiner Jung's avatar Reiner Jung
Browse files

Fixed minor typo

parent 64d2ece8
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment