diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-20 23:40:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-20 23:40:00 +0000 |
commit | a6e0e3adb1a4017c5bc0f98dc135bef52207ab18 (patch) | |
tree | 5207d3cff61dbd1d60852040f97e050e59784016 /Master/tlpkg/bin/c2b | |
parent | 127443c8fdec56ad7ca6988cf47b62467675eac8 (diff) |
more win32->windows, doc, copyright 2023
git-svn-id: svn://tug.org/texlive/trunk@65994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/c2b')
-rwxr-xr-x | Master/tlpkg/bin/c2b | 2 |
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 "$@" |