summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-19 17:40:44 +0000
committerKarl Berry <karl@freefriends.org>2023-02-19 17:40:44 +0000
commitbf74f908255227eb2f199a5c279ab1c7123596d8 (patch)
tree0e97ad06c643b3cb4f88f3bad7dd5e33ad085335
parent0bc2300c4a47c8965fc7a4765f6dbecb54b2eb70 (diff)
c2b run c2a on branch (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@65925 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/c2b2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/c2b b/Master/tlpkg/bin/c2b
index 90e9e24c085..c48480085fa 100755
--- a/Master/tlpkg/bin/c2b
+++ b/Master/tlpkg/bin/c2b
@@ -5,4 +5,4 @@
PATH=`echo $PATH | sed -e s,karl/Master,branch/Master,g`
cd $HOME || exit 1 # just in case . is a trunk bin directory
-exec c2l "$@"
+exec c2a "$@"