From 58947dedd011d2a52d3a765fc48e6389a20e6f78 Mon Sep 17 00:00:00 2001 From: radzio Date: Wed, 16 Oct 2002 17:12:45 +0000 Subject: [PATCH] - s/ALLAWAYS_CVSUP="yes"/ALLWAYS_CVSUP=${ALLWAYS_CVSUP:-"yes"}/ Changed files: builder.sh -> 1.119 --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index 4b61d78..04cf44d 100644 --- a/builder.sh +++ b/builder.sh @@ -25,7 +25,7 @@ DEBUG="" NOURLS="" NOCVS="" NOCVSSPEC="" -ALLWAYS_CVSUP="yes" +ALLWAYS_CVSUP=${ALLWAYS_CVSUP:-"yes"} if [ -s CVS/Root ]; then CVSROOT=$(cat CVS/Root) else -- 2.44.0