#!/bin/sh

RCS_SRC=${SRC_DIR}/src

upper_i=`echo $1 | tr [a-z] [A-Z]`
cd ${BUILD_DIR}/${upper_i}
co -q ${RCS_SRC}/$1/RCS/*
chmod 777 *
