diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-19 22:51:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-19 22:51:47 +0000 |
commit | ce913e725283a70adbcc6d9e28daece8dddf7b05 (patch) | |
tree | 8d357d26247f643d323198f7653accb539b7a029 /Master/tlpkg/bin | |
parent | 5a436a31d55402e6f3a487016c4525cc06448d9f (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@63083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/c2l | 2 |
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") { |