summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-07 07:07:50 +0000
committerNorbert Preining <preining@logic.at>2008-05-07 07:07:50 +0000
commit85f40347d8aa602d1b35e9da4816adf0a2bd5492 (patch)
tree50e5908ab8576a59662d0380138d89eada515a21 /Master
parent36860e6cd0bafed9ee933aff91d6cbf1d6a95cb2 (diff)
fix a stupid error
git-svn-id: svn://tug.org/texlive/trunk@7909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index daf7e75894b..a1eca616a68 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -691,7 +691,7 @@ sub action_generate {
my $localconf = "";
my $dest = "";
Getopt::Long::Configure(qw(no_pass_through));
- GetOptions("localcfg=s" => \$localconf, "dest=s" > \$dest,) or pod2usage(2);
+ GetOptions("localcfg=s" => \$localconf, "dest=s" => \$dest,) or pod2usage(2);
init_local_db();
if ($what =~ m/^language$/i) {
$dest || ($dest = kpsewhich ("TEXMFSYSVAR") . "/tex/generic/config/language.dat");