From 60236f3b344a5b02eea21266ada6193bc6e45719 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Sat, 21 Jan 2023 09:25:55 +0000 Subject: [PATCH] Remove spurious whitespace in the launcher script It causes an error in (at least) fish shell: "sbt: line 174: local: `=': not a valid identifier" --- sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt b/sbt index e9b228cf6..209d35e4d 100755 --- a/sbt +++ b/sbt @@ -171,7 +171,7 @@ acquire_sbtn () { local target="$p/sbtn" local archive_target= local url= - local arch = "x86_64" + local arch="x86_64" if [[ "$OSTYPE" == "linux-gnu"* ]]; then arch=$(uname -m) if [[ "$arch" == "aarch64" ]] || [[ "$arch" == "x86_64" ]]; then