]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
consolidate commits
authorMark Andrews <marka@isc.org>
Tue, 8 Jun 2004 07:14:50 +0000 (07:14 +0000)
committerMark Andrews <marka@isc.org>
Tue, 8 Jun 2004 07:14:50 +0000 (07:14 +0000)
doc/draft/update

index 766f15b08e6322137db79e477209f849f7fd19db..6ac20904ab20f2f792bc45b65797d24c26a48391 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
+commit=
 for i
 do
        z=`expr "$i" : 'http://www.ietf.org/internet-drafts/\(.*\)'`
@@ -34,9 +35,12 @@ do
                then
                        rm $old
                        cvs delete $old
-               else
-                       old=
+                       commit="$commit $old"
                fi
-               cvs commit -m "new draft" $i $old
+               commit="$commit $i"
        fi
 done
+if test -n "$commit"
+then
+       cvs commit -m "new draft" $commit
+fi