From ceac91247636b734949465edf386ad1f85e58a41 Mon Sep 17 00:00:00 2001 From: krempp Date: Wed, 9 Aug 2000 12:02:27 +0200 Subject: [PATCH] update -P -d, pour creer les rep ajouts ds le repository, mais pas ceux qui sont vides. darcs-hash:20000809100227-92525-e74be28d513143a95a1315af8da7880996228db1.gz --- supercvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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