From 96f3e88faf4846b9f05aa7b9822f1d6db3783ea2 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Fri, 6 Feb 2015 23:26:55 -0800 Subject: [PATCH] Update for template fixes. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2c09bce..9a16047 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ include $(DEVKITARM)/3ds_rules include $(TOPDIR)/resources/AppInfo -APP_TITLE := $(shell echo $(APP_TITLE) | cut -c1-128) -APP_DESCRIPTION := $(shell echo $(APP_DESCRIPTION) | cut -c1-256) -APP_AUTHOR := $(shell echo $(APP_AUTHOR) | cut -c1-128) +APP_TITLE := $(shell echo "$(APP_TITLE)" | cut -c1-128) +APP_DESCRIPTION := $(shell echo "$(APP_DESCRIPTION)" | cut -c1-256) +APP_AUTHOR := $(shell echo "$(APP_AUTHOR)" | cut -c1-128) APP_PRODUCT_CODE := $(shell echo $(APP_PRODUCT_CODE) | cut -c1-16) APP_UNIQUE_ID := $(shell echo $(APP_UNIQUE_ID) | cut -c1-7)