mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 17:45:31 -07:00
Jenkins: Fix small typo in tarball script
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user