diff --git a/scripts/bind.sh b/scripts/bind.sh index 1a7a897..353fad4 100755 --- a/scripts/bind.sh +++ b/scripts/bind.sh @@ -1,6 +1,6 @@ #! /bin/sh -REPO_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" +REPO_ROOT="$( cd $( dirname ${BASH_SOURCE[0]} ) >/dev/null 2>&1 && pwd )" REPO_ROOT="$(dirname "$REPO_ROOT")" CHAINLIST_JSON="${REPO_ROOT}/etc/superchain-registry/chainList.json" CONFIGS_JSON="${REPO_ROOT}/etc/superchain-registry/bindings/rust-bindings/etc/configs.json"