Skip to content

Commit dae6d12

Browse files
committed
Variable names can be more than 3 letters long ... who knew !
1 parent f98a454 commit dae6d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common_functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ function build_tags() {
241241
for arch in ${arches}
242242
do
243243
# Check if all the supported arches are available for this build.
244-
sup=$(vm_supported_onarch ${vm} ${shasums} ${arch})
245-
if [ -z "${sup}" ]; then
244+
supported=$(vm_supported_onarch ${vm} ${shasums} ${arch})
245+
if [ -z "${supported}" ]; then
246246
continue;
247247
fi
248248
atag=$(echo ${tag} | sed "s/{{ARCH}}/${arch}"/g)

0 commit comments

Comments
 (0)