summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/c2l
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-19 22:51:47 +0000
committerKarl Berry <karl@freefriends.org>2022-04-19 22:51:47 +0000
commitce913e725283a70adbcc6d9e28daece8dddf7b05 (patch)
tree8d357d26247f643d323198f7653accb539b7a029 /Master/tlpkg/bin/c2l
parent5a436a31d55402e6f3a487016c4525cc06448d9f (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@63083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/c2l')
-rwxr-xr-xMaster/tlpkg/bin/c2l2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index fecdebe8ce8..c0e0ec3b40b 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -21,7 +21,7 @@ sub main {
chdir ($scriptdir) || die "chdir($scriptdir) failed"; # avoid . in PATH confusion
# platform abbrev
- my $arg = $ARGV[0];
+ (my $arg = $ARGV[0]) =~ s,/$,,; # ignore trailing /
if ($arg eq "asy") {
exec ("tl-update-asy --build");
} elsif ($arg eq "aarch") {