Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
fbe8d27c7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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