From c8bfc38359c62cf438fd080491199a24abeea30a Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Sat, 25 Jun 2005 06:00:09 +0000
Subject: [PATCH] Branch b1_4 Shouldn't be able to run land2.sh with
 uncommitted changes.

---
 build/land2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/land2.sh b/build/land2.sh
index 2bb9fade4c..26dce768c9 100755
--- a/build/land2.sh
+++ b/build/land2.sh
@@ -15,7 +15,7 @@ if [ -f "$CONFLICTS" ] ; then
     exit 
 fi
 
-#cvs update $dir 2>&1 | grep "^M" && echo "uncommitted changes" && exit 1
+cvs update $dir 2>&1 | grep "^M" && echo "uncommitted changes" && exit 1
 
 echo -n "Tagging as ${CHILD}_BASE_$date ..."
 $CVS tag -F ${CHILD}_BASE_$date $dir
-- 
GitLab