Fix run_docker_compare_bisect with relative paths.

This commit is contained in:
Tom Alexander 2023-09-08 18:05:10 -04:00
parent f82d2aada1
commit 352c20d1d8
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 0 additions and 1 deletions

View File

@ -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 #########################