"-z" needs to come before "-f".

This commit is contained in:
Laurence Tratt 2021-07-19 20:28:40 +01:00 committed by Stephan Seitz
parent 6b0179cba6
commit da86014e1f

View file

@ -158,7 +158,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
err = "Error during tarball extraction.",
opts = {
args = {
"-xvfz",
"-xvzf",
project_name .. ".tar.gz",
"-C",
project_name .. "-tmp",