OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-tools Date: 29-Sep-2006 08:20:10 Branch: HEAD Handle: 2006092907201000 Modified files: openpkg-tools/cmd dev.sh Log: I usually wish bundled commits already for _two_ packages, not starting at _three_ Summary: Revision Changes Path 1.80 +1 -1 openpkg-tools/cmd/dev.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-tools/cmd/dev.sh ============================================================================ $ cvs diff -u -r1.79 -r1.80 dev.sh --- openpkg-tools/cmd/dev.sh 4 Jul 2006 13:02:23 -0000 1.79 +++ openpkg-tools/cmd/dev.sh 29 Sep 2006 06:20:10 -0000 1.80 @@ -1725,7 +1725,7 @@ for name in $all; do names=`expr $names + 1` done - if [ ".${msg}" != . -a $names -gt 2 ]; then + if [ ".${msg}" != . -a $names -gt 1 ]; then bundle=1 bundle_files="" bundle_srpms="" @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org