[Buildroot] [git commit] support/download/cvs: use appropriate TAR

Arnout Vandecappelle arnout at mind.be
Wed Jun 5 21:39:13 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=c013836ae6c3026aae16a0465ddc1288274e63ee
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
---
 support/download/cvs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/download/cvs b/support/download/cvs
index b771caf280..a6840fea7b 100755
--- a/support/download/cvs
+++ b/support/download/cvs
@@ -68,4 +68,4 @@ export TZ=UTC
 _cvs ${quiet} -z3 -d"'${uri}'" \
      co "${@}" -d "'${basename}'" ${select} "'${rev}'" -P "'${rawname}'"
 
-tar czf "${output}" "${basename}"
+${TAR} czf "${output}" "${basename}"


More information about the buildroot mailing list