From 8f4841de9250deca879de12950c385f7af3e2727 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 3 Jan 2023 12:21:38 +0100 Subject: [PATCH] Define default arch variable --- sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/sbt b/sbt index 8d754c6fd..142e285b9 100755 --- a/sbt +++ b/sbt @@ -171,6 +171,7 @@ acquire_sbtn () { local target="$p/sbtn" local archive_target= local url= + local arch = "x86_64" if [[ "$OSTYPE" == "linux-gnu"* ]]; then arch=$(uname -m) if [[ "$arch" == "aarch64" ]] || [[ "$arch" == "x86_64" ]]; then