From 1b60bb2728d5c458876021f71a9c44b74b734373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ron=20Ricardo=20Perez-Lopez?= Date: Sat, 31 Aug 2024 00:25:55 +0200 Subject: [PATCH] Remove spaces --- contrib/setup-bitwuzla.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/setup-bitwuzla.sh b/contrib/setup-bitwuzla.sh index 6232e3f81..4d11e9c99 100755 --- a/contrib/setup-bitwuzla.sh +++ b/contrib/setup-bitwuzla.sh @@ -2,8 +2,8 @@ set -e BITWUZLA_VERSION=0e81e616af4d4421729884f01928b194c3536c76 -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -DEPS="$( dirname "$DIR" )/deps" +DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" +DEPS="$(dirname "$DIR")/deps" mkdir -p $DEPS