summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/c2b
blob: 29edcd92f3e37bb5b84cf9642ce8caa532611e29 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id$
# Public domain. Originally written by Karl Berry, 2021.
# c2b - run c2l but inside /home/texlive/branch.

PATH=`echo $PATH | sed -e s,karl/Master,branch/Master,g`
cd $HOME || exit 1   # just in case . is a trunk bin directory
exec ${c2a-c2a} "$@" # allowing overriding with c2lx