[Box Backup-dev] COMMIT r372 - box/chris/win32/vc2005-compile-fixes/infrastructure

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Fri, 3 Feb 2006 23:13:47 +0000 (GMT)


Author: chris
Date: 2006-02-03 23:13:44 +0000 (Fri, 03 Feb 2006)
New Revision: 372

Modified:
   box/chris/win32/vc2005-compile-fixes/infrastructure/makeparcels.pl
Log:
* makeparcels.pl
- Another essential fix for ONLY: parcel entries


Modified: box/chris/win32/vc2005-compile-fixes/infrastructure/makeparcels.pl
===================================================================
--- box/chris/win32/vc2005-compile-fixes/infrastructure/makeparcels.pl	2006-02-03 23:08:53 UTC (rev 371)
+++ box/chris/win32/vc2005-compile-fixes/infrastructure/makeparcels.pl	2006-02-03 23:13:44 UTC (rev 372)
@@ -50,6 +50,7 @@
 			}
 			next;
 		}
+		next if (m'\AEND-ONLY');
 		
 		# new parcel, or a new parcel definition?
 		if(m/\A\s+(.+)\Z/)