From c922dadb1e2b888e42d39f0f338199affccd591f Mon Sep 17 00:00:00 2001 From: krempp Date: Wed, 9 Aug 2000 11:18:01 +0200 Subject: [PATCH] ben en fait non, le -P doit etre apres 'update' ou 'checkout'.. faudrait faire des scripts separes pour les update et commit. lourd... darcs-hash:20000809091801-92525-c37eff700742c5a62a8adbc8467aa3f46d0a7254.gz --- supercvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supercvs b/supercvs index a3a30d0e..5302f34b 100755 --- a/supercvs +++ b/supercvs @@ -7,6 +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 -P ${1+"$@"} +exec /usr/bin/cvs ${1+"$@"} # -P pour ne pas recreer les repertoires vides.