summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-02-28 13:58:27 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-02-28 14:01:35 +0100
commitb56f2bfbab0fb176b34edb8dd38ee180a3911162 (patch)
tree9024025c29a15a3b77ab581b59746ccdeb04c192
parentpopulate-distdir: add quotes (diff)
downloadtex-b56f2bfbab0fb176b34edb8dd38ee180a3911162.tar.gz
tex-b56f2bfbab0fb176b34edb8dd38ee180a3911162.tar.bz2
tex-b56f2bfbab0fb176b34edb8dd38ee180a3911162.zip
bootstrap-tex4ht: remove duplicate 'wget'
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rwxr-xr-xbootstrap-tex4ht2
1 files changed, 1 insertions, 1 deletions
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