mirror of https://github.com/sbt/sbt.git
Merge pull request #7144 from scalacenter/spurious-whitespace-cleaning
This commit is contained in:
commit
ec770668c9
2
sbt
2
sbt
|
|
@ -171,7 +171,7 @@ acquire_sbtn () {
|
||||||
local target="$p/sbtn"
|
local target="$p/sbtn"
|
||||||
local archive_target=
|
local archive_target=
|
||||||
local url=
|
local url=
|
||||||
local arch = "x86_64"
|
local arch="x86_64"
|
||||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
if [[ "$arch" == "aarch64" ]] || [[ "$arch" == "x86_64" ]]; then
|
if [[ "$arch" == "aarch64" ]] || [[ "$arch" == "x86_64" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue