aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 03c0565..2d06636 100755
--- a/build.sh
+++ b/build.sh
@@ -177,6 +177,7 @@ fi
for jar_file in "${DIR_BENCHMARKS}"/lib/*.jar
do
+ jar_file="$(realpath "${jar_file}")"
# Extract jar file and remove META-INF, which is not needed and can cause
# issues with target runs.
(cd $DIR_BUILD/classes && jar xfv "${jar_file}" && rm -rf META-INF)