SVN: geninitrd/trunk/functions
    arekm 
    arekm at pld-linux.org
       
    Wed Oct 26 21:57:09 CEST 2011
    
    
  
Author: arekm
Date: Wed Oct 26 21:57:08 2011
New Revision: 12392
Modified:
   geninitrd/trunk/functions
Log:
Space at the end allways.
Modified: geninitrd/trunk/functions
==============================================================================
--- geninitrd/trunk/functions	(original)
+++ geninitrd/trunk/functions	Wed Oct 26 21:57:08 2011
@@ -213,7 +213,7 @@
 					}
 					END { 
 						   # xhci/ehci/ohci/uhci hack to preserve such order
-						   printf "%s %s %s %s", xhci, ehci, ohci, uhci;
+						   printf "%s %s %s %s ", xhci, ehci, ohci, uhci;
 						   for (i in modules) { printf "%s ", modules[i]; };
 					}
 	'
    
    
More information about the pld-cvs-commit
mailing list