From b687862ca78406855e17a8023ceaa4ba80850006 Mon Sep 17 00:00:00 2001 From: luka Date: Mon, 18 Nov 2013 22:23:38 +0000 Subject: [PATCH] image: remove spaces from toupper function The extra prefix space is passed to the caller. Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38855 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0