[Box Backup-commit] COMMIT r1906 - box/trunk/infrastructure

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Nov 3 19:28:12 GMT 2007


Author: chris
Date: 2007-11-03 19:28:12 +0000 (Sat, 03 Nov 2007)
New Revision: 1906

Modified:
   box/trunk/infrastructure/BoxPlatform.pm.in
Log:
Remove all the extra newlines after the Fink message.


Modified: box/trunk/infrastructure/BoxPlatform.pm.in
===================================================================
--- box/trunk/infrastructure/BoxPlatform.pm.in	2007-11-03 19:27:18 UTC (rev 1905)
+++ box/trunk/infrastructure/BoxPlatform.pm.in	2007-11-03 19:28:12 UTC (rev 1906)
@@ -92,7 +92,7 @@
 		# test for fink installation
 		if(-d '/sw/include' && -d '/sw/lib')
 		{
-			print "Fink installation detected, will use headers and libraries\n\n\n";
+			print "Fink installation detected, will use headers and libraries\n";
 			$platform_compile_line_extra = '-I/sw/include ';
 			$platform_link_line_extra = '-L/sw/lib ';
 		}




More information about the Boxbackup-commit mailing list