Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 4824e42

Browse files
authored
Update install-consul
1 parent 73ab718 commit 4824e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/install-consul/install-consul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function fetch_binary {
194194
#
195195
local vfp_tag
196196
vfp_tag="$(readelf -a /proc/self/exe | grep -q -c Tag_ABI_VFP_args)"
197-
if [[ ! $vfp_tag ]]; then
197+
if [[ -z $vfp_tag ]]; then
198198
binary_arch="armelv5"
199199
else
200200
binary_arch="armhfv6"

0 commit comments

Comments
 (0)