diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-06 17:53:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-06 17:53:52 +0000 |
commit | 6e0ef8475e8bdc664bd8bd158bd76d9d6bb5e5a4 (patch) | |
tree | af5076b43a983bf2e0bf3f8d1f6a408adda8526e /Master | |
parent | 852a0d193dea646bdf6698972eb4c4fc07523779 (diff) |
build doc updates
git-svn-id: svn://tug.org/texlive/trunk@48151 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index d5af9efb66b..fedceb22e3a 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -197,7 +197,7 @@ for tlplat in $tlplats; do default_bin_loc=$download_loc $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; esac - fi + fi # end $USER=karl # test -z "$bin_loc" && test -n "$default_bin_loc" \ |