diff options
author | Norbert Preining <preining@logic.at> | 2008-05-15 10:15:23 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-15 10:15:23 +0000 |
commit | d588e3db319388b0a461655a28c72b656e84f2d0 (patch) | |
tree | 721ecf1edca45e1622cd802afc9ab42f98a50927 /Master/texmf | |
parent | 2fd99762c5a0bb67a16df56cc53cebe999758fcc (diff) |
allow tlmgr arch do spit out the list
git-svn-id: svn://tug.org/texlive/trunk@8154 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 224b3dd570f..3b5e56975c2 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -741,6 +741,7 @@ sub action_arch { Getopt::Long::Configure(qw(no_pass_through)); GetOptions("dry-run" => \$opt_dry) or pod2usage(2); init_local_db(); + $what || ($what = "list"); if ($what =~ m/^list$/i) { # list the available architectures # initialize the TLMedia from $location |