2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
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