aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec559fed2..642f2e5a3 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ ifndef value
@echo To add a key, you need to provide its value in the "value" variable.
@exit 10
endif
- @$(PHP) ./cli/manipulate.translation.php -a add -k $(key) -v $(value)
+ @$(PHP) ./cli/manipulate.translation.php -a add -k $(key) -v "$(value)"
@echo Key added.
.PHONY: i18n-remove-key