summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxq114 <[email protected]>2022-08-23 14:54:23 +0800
committerxq114 <[email protected]>2022-08-23 14:54:23 +0800
commit1dd960398d73b2fd0d5f7b3c5c340e99859ee993 (patch)
tree67feeb32166da276da33f72319f52107554bb860
parentbe978b9fa6c4229affe97519b14271962d6504f0 (diff)
minimize tar output
-rw-r--r--xmake/modules/utils/archive/extract.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/archive/extract.lua b/xmake/modules/utils/archive/extract.lua
index d4a41e542..f8098d834 100644
--- a/xmake/modules/utils/archive/extract.lua
+++ b/xmake/modules/utils/archive/extract.lua
@@ -61,7 +61,7 @@ function _extract_using_tar(archivefile, outputdir, extension, opt)
table.insert(argv, "--force-local")
end
end
- table.insert(argv, option.get("verbose") and "-xvf" or "-xf")
+ table.insert(argv, "-xf")
table.insert(argv, archivefile)
-- ensure output directory