From: Luka Perkov Date: Mon, 18 Nov 2013 22:23:38 +0000 (+0000) Subject: image: remove spaces from toupper function X-Git-Tag: reboot~8584 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=fbe8d27c7f086908e3db69e055e0fec330d17495 image: remove spaces from toupper function The extra prefix space is passed to the caller. Signed-off-by: Luka Perkov SVN-Revision: 38855 --- diff --git a/include/image.mk b/include/image.mk index aa565951a9..bc7e7dbd1b 100644 --- a/include/image.mk +++ b/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