From ba51c019f0b1098d506774f77a6f32d8378c7888 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 15 Sep 2013 19:34:16 +0000 Subject: (action_option): allow tlmgr option repo for short, and bump version number for critical update. git-svn-id: svn://tug.org/texlive/trunk@31657 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 4868c05e5db..1f1b5e8dbee 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -4004,8 +4004,8 @@ sub action_option { } } } else { - if ($what eq "location") { - # rewrite location -> repository + if ($what eq "location" || $what eq "repo") { + # silently rewrite location|repo -> repository $what = "repository"; } my $found = 0; -- cgit v1.2.3