Remove spurious whitespace in the launcher script

It causes an error in (at least) fish shell: "sbt: line 174: local: `=': not a valid identifier"
This commit is contained in:
Anton Sviridov 2023-01-21 09:25:55 +00:00 committed by Julien Richard-Foy
parent 8c1b98f115
commit 8e6958d4a7
1 changed files with 1 additions and 1 deletions

2
sbt
View File

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