diff --git a/supercvs b/supercvs index 5302f34b..4e816a28 100755 --- a/supercvs +++ b/supercvs @@ -3,7 +3,7 @@ # OS Pas propre mais c'est pas moi qui ait commencé... # -if [ `id -g` != 102 ] && [ X$CVSROOT = "X/home/httpd/CVS-Repository" ]; then +if false && [ `id -g` != 102 ] && [ X$CVSROOT = "X/home/httpd/CVS-Repository" ]; then echo "Faire 'newgrp webcvs' avant de commencer !!!" exit 1 fi