mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Move bash variable to left of test.
Partial #638 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
a4b7a64e0d
commit
0ea3035324
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ case "${CURRENT_OS_VERSION_MAJOR}" in
|
|||
esac
|
||||
|
||||
# Prefix platform with architecture
|
||||
if [[ 'arm64' == "$(uname -m)" ]]; then
|
||||
if [[ "$(uname -m)" == 'arm64' ]]; then
|
||||
CURRENT_PLATFORM="arm64_${CURRENT_PLATFORM}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue