Jenkins: Fix small typo in tarball script
This commit is contained in:
@@ -65,7 +65,7 @@ make_tar() {
|
|||||||
|
|
||||||
# Prefer gnutar on macOS.
|
# Prefer gnutar on macOS.
|
||||||
local tar_cmd=tar
|
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.
|
# Determine the best supported compression type.
|
||||||
local compression_flag=
|
local compression_flag=
|
||||||
|
|||||||
Reference in New Issue
Block a user