diff --git a/supercvs b/supercvs index df31406c..a3a30d0e 100755 --- a/supercvs +++ b/supercvs @@ -7,5 +7,6 @@ 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 ${1+"$@"} - +exec /usr/bin/cvs -P ${1+"$@"} +# -P pour ne pas recreer les repertoires vides. +