Jenkins: Fix small typo in tarball script

This commit is contained in:
richardg867
2022-07-15 23:12:27 -03:00
committed by GitHub
parent d22dd2f9f7
commit 0ebf0e0ece

View File

@@ -65,7 +65,7 @@ make_tar() {
# Prefer gnutar on macOS.
local tar_cmd=tar
which gnutar > /dev/null 2>&1 && tar_cmd=gnutar
which gnutar > /dev/null 2>&1 && local tar_cmd=gnutar
# Determine the best supported compression type.
local compression_flag=