diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-03 23:43:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-03 23:43:26 +0000 |
commit | da7c3f7ae23a9e6abb8795950707b5527427e277 (patch) | |
tree | 1e3c078dc000e6348449c59bad390c43662e309b | |
parent | d280e23580526277e20890e40d6551dd390851f4 (diff) |
keyword expansion
git-svn-id: svn://tug.org/texlive/trunk@45685 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/tracked-install.pl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/tracked-install.pl b/Master/tlpkg/installer/tracked-install.pl index 54ec22599d5..0309a25b64e 100644 --- a/Master/tlpkg/installer/tracked-install.pl +++ b/Master/tlpkg/installer/tracked-install.pl @@ -1,15 +1,10 @@ #!/usr/bin/env perl -# $Id: install-menu-perltk.pl 41176 2016-05-16 00:42:28Z preining $ +# $Id$ # -# Copyright 2008-2014 Norbert Preining +# Copyright 2008-2017 Norbert Preining # Copyright 2008 Reinhard Kotucha # This file is licensed under the GNU General Public License version 2 # or any later version. -# -# TODO: -# - make the fancy selector the default, at least on unix -# - for w32 find out the necessary files for the fancy selector and move -# them to the installer perl package use strict; $^W = 1; |