File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# No shebang line as this script is sourced from an external shell.
2
2
3
3
# Copyright 2019 The Vitess Authors.
4
- #
4
+ #
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
7
7
# You may obtain a copy of the License at
8
- #
8
+ #
9
9
# http://www.apache.org/licenses/LICENSE-2.0
10
- #
10
+ #
11
11
# Unless required by applicable law or agreed to in writing, software
12
12
# distributed under the License is distributed on an "AS IS" BASIS,
13
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -34,6 +34,6 @@ export PATH
34
34
35
35
# According to https://github.com/etcd-io/etcd/blob/a621d807f061e1dd635033a8d6bc261461429e27/Documentation/op-guide/supported-platform.md,
36
36
# currently, etcd is unstable on arm64, so ETCD_UNSUPPORTED_ARCH should be set.
37
- if [ "$(uname -m)" == aarch64 ]; then
37
+ if [ "$(uname -m)" = aarch64 ]; then
38
38
export ETCD_UNSUPPORTED_ARCH = arm64
39
39
fi
You can’t perform that action at this time.
0 commit comments