#!/bin/csh -f
# Make a tkcvs with executable permission so it will run right here,
# using the modified files.  For developers, obviously.

set tcd = `echo $cwd:h | sed 's/\//\\\//g'`
echo $tcd
sed "s/_TCDIR_/$tcd/; s/tkcvs bitmaps/bitmaps/" tkcvs.blank > tkcvs
chmod +x tkcvs
