From b1b0c3b35ac03237a85cae786de470583f129940 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 20 Jun 2016 19:15:58 +0200 Subject: [PATCH] escape config values correctly --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 9a85f31..d94dee9 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ -PROJECT_AUTHOR=Sebastian Hugentobler +PROJECT_AUTHOR=Sebastian\ Hugentobler PROJECT_EMAIL=sebastian@vanwa.ch -PROJECT_TITLE=Streuner Game +PROJECT_TITLE=Streuner\ Game PROJECT_VERSION=0.0.0 PROJECT_PACKAGE=streuner PROJECT_UTI=ch.vanwa.streuner -PROJECT_DESCRIPTION=A Game About a Band +PROJECT_DESCRIPTION=A\ Game\ About\ a\ Band PROJECT_URL=https://gitlab.com/thallian/streuner-game