summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-05-16 14:04:50 +0000
committerNorbert Preining <preining@logic.at>2016-05-16 14:04:50 +0000
commitb710014271b4285b87efaa136ac29f5425816f7f (patch)
tree58032dc56033fc6c27a87dcdd30f21bf97de2227 /Master/texmf-dist/scripts/texlive/tlmgrgui.pl
parent25b83cb2bf642e7d3fc4496f87d0861311566255 (diff)
allow for cmd line arguments to gui for font/window etc
git-svn-id: svn://tug.org/texlive/trunk@41187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/tlmgrgui.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgrgui.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
index 09b80a6df17..bad08f0f6a2 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
@@ -242,6 +242,7 @@ sub guimain {
############## GUI ########################
sub build_initial_gui {
+ Tk::CmdLine::SetArguments(@::SAVEDARGV);
$mw = MainWindow->new;
$mw->title("TeX Live Manager $TeXLive::TLConfig::ReleaseYear");
$mw->withdraw;