[Box Backup-dev] COMMIT r703 - box/chris/general/infrastructure

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Jul 27 23:27:16 BST 2006


Author: chris
Date: 2006-07-27 22:27:15 +0000 (Thu, 27 Jul 2006)
New Revision: 703

Modified:
   box/chris/general/infrastructure/BoxPlatform.pm.in
Log:
* BoxPlatform.pm.in
- Change diff type back to brief, since unified output is too verbose


Modified: box/chris/general/infrastructure/BoxPlatform.pm.in
===================================================================
--- box/chris/general/infrastructure/BoxPlatform.pm.in	2006-07-27 22:26:49 UTC (rev 702)
+++ box/chris/general/infrastructure/BoxPlatform.pm.in	2006-07-27 22:27:15 UTC (rev 703)
@@ -118,7 +118,7 @@
 	if (-r $file)
 	{
 		die "$file.new: not found" unless -r "$file.new";
-		if (system("diff -u $file $file.new") == 0)
+		if (system("diff --brief $file $file.new") == 0)
 		{
 			unlink "$file.new";
 			return;




More information about the Boxbackup-dev mailing list