diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 09:43:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 09:43:20 +0000 |
commit | 9b7c6e953046968198530745121cdd23ce86465d (patch) | |
tree | adf9148f446bfd79c18f50d657616d71bf5ce54e /Master/tlpkg/bin/tl-update-linked-scripts | |
parent | 4ba9de4344d6af441cfb870036a8a3b1b89308cd (diff) |
Adapt linked scripts to texmf=>texmf-dist and context update
Fix a few typos
git-svn-id: svn://tug.org/texlive/trunk@29736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-linked-scripts')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-linked-scripts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-linked-scripts b/Master/tlpkg/bin/tl-update-linked-scripts index dc86c23a89a..6168072c237 100755 --- a/Master/tlpkg/bin/tl-update-linked-scripts +++ b/Master/tlpkg/bin/tl-update-linked-scripts @@ -31,5 +31,4 @@ test -r $Dest/scripts.lst || { . $Dest/scripts.lst -compare_and_copy texmf $texmf_scripts -compare_and_copy texmf-dist $texmf_dist_scripts +compare_and_copy texmf-dist $texmf_scripts |