commit:     b56f2bfbab0fb176b34edb8dd38ee180a3911162
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 12:58:27 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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

Reply via email to