From c8f50498d11f6c97acdc9fbf7305abc1d2a54d97 Mon Sep 17 00:00:00 2001 From: saq Date: Sun, 23 Nov 2003 00:10:39 +0000 Subject: [PATCH] - don't use CVSROOT from the current environment, get it from builderrc or %{_topdir}/SPECS/CVS/Root Changed files: builder.sh -> 1.223 --- builder.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/builder.sh b/builder.sh index f9f3ec1..ce252ce 100644 --- a/builder.sh +++ b/builder.sh @@ -40,11 +40,7 @@ UPDATE="" UPDATE5="" ADD5="" ALWAYS_CVSUP=${ALWAYS_CVSUP:-"yes"} -if [ -s CVS/Root ]; then - CVSROOT=$(cat CVS/Root) -else - CVSROOT=${CVSROOT:-""} -fi +CVSROOT="" # Example: LOGFILE='../log.$PACKAGE_NAME' # Yes, you can use variable name! Note _single_ quotes! LOGFILE='' -- 2.44.0