فهرست منبع

image: remove spaces from toupper function

The extra prefix space is passed to the caller.

Signed-off-by: Luka Perkov <[email protected]>

SVN-Revision: 38855
Luka Perkov 12 سال پیش
والد
کامیت
fbe8d27c7f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/image.mk

+ 1 - 1
include/image.mk

@@ -68,7 +68,7 @@ define add_jffs2_mark
 endef
 
 define toupper
-	$(shell echo $(1) | tr '[:lower:]' '[:upper:]')
+$(shell echo $(1) | tr '[:lower:]' '[:upper:]')
 endef
 
 # pad to 4k, 8k, 64k, 128k 256k and add jffs2 end-of-filesystem mark