scripts/supercvs
saut 057878f246 Err : une faute d'orthographe=1 commit.
darcs-hash:20000523204904-b92a9-1857a9530ff0c2526d25489fef3d890e28fac0d3.gz
2000-05-23 22:49:04 +02:00

11 lines
238 B
Bash
Executable file

#!/bin/sh
#
# OS Pas propre mais c'est pas moi qui ait commencé...
#
if [ `id -g` != 102 ] && [ X$CVSROOT = "X/home/httpd/CVS-Repository" ]; then
echo "Faire 'newgrp webcvs' avant de commencer !!!"
exit 1
fi
exec /usr/bin/cvs $*