Merge pull request #7144 from scalacenter/spurious-whitespace-cleaning

This commit is contained in:
eugene yokota 2023-02-07 23:39:01 -05:00 committed by GitHub
commit ec770668c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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