From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28C89158041 for ; Wed, 28 Feb 2024 13:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6219AE2ABC; Wed, 28 Feb 2024 13:01:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C9ACE2ABC for ; Wed, 28 Feb 2024 13:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9304233BE00 for ; Wed, 28 Feb 2024 13:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CA9714DF for ; Wed, 28 Feb 2024 13:01:38 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1709125295.b56f2bfbab0fb176b34edb8dd38ee180a3911162.flow@gentoo> Subject: [gentoo-commits] proj/tex:main commit in: / X-VCS-Repository: proj/tex X-VCS-Files: bootstrap-tex4ht X-VCS-Directories: / X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b56f2bfbab0fb176b34edb8dd38ee180a3911162 X-VCS-Branch: main Date: Wed, 28 Feb 2024 13:01:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7bafd67e-3051-4c91-9dc7-b12a1aff80c6 X-Archives-Hash: cbac30f130ad858ac9d2399d8d458038 commit: b56f2bfbab0fb176b34edb8dd38ee180a3911162 Author: Florian Schmaus gentoo org> AuthorDate: Wed Feb 28 12:58:27 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Feb 28 13:01:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=b56f2bfb bootstrap-tex4ht: remove duplicate 'wget' Signed-off-by: Florian Schmaus gentoo.org> bootstrap-tex4ht | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-tex4ht b/bootstrap-tex4ht index 303dbe0..513a645 100755 --- a/bootstrap-tex4ht +++ b/bootstrap-tex4ht @@ -13,7 +13,7 @@ pushd tex4ht-svn TEX4HT_SVN_VERSION=$(svnversion) popd if [[ ! -d texmf-dist ]]; then - wget wget https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex4ht.tar.xz + wget https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex4ht.tar.xz unp tex4ht.tar.xz fi if [[ ! -d bin ]]; then