#!/bin/sh
CSCVS_LIBS="/usr/share/cscvs"
export CSCVS_LIBS
exec /usr/share/cscvs/cscvs "$@"
