#!/bin/sh
# $Id: c2b 65994 2023-02-20 23:40:00Z karl $
# 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 "$@"
