From 352c20d1d86f7132409ce5e7f82ced7ce9ea32ac Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 8 Sep 2023 18:05:10 -0400 Subject: [PATCH] Fix run_docker_compare_bisect with relative paths. --- scripts/run_docker_compare_bisect.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/run_docker_compare_bisect.bash b/scripts/run_docker_compare_bisect.bash index 0fa011a1..fd93ba49 100755 --- a/scripts/run_docker_compare_bisect.bash +++ b/scripts/run_docker_compare_bisect.bash @@ -5,7 +5,6 @@ set -euo pipefail IFS=$'\n\t' DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -cd "$DIR/../" REALPATH=$(command -v uu-realpath || command -v realpath) ############## Setup #########################