Quellcode durchsuchen

Add quotes to allow values containing spaces

Alexis Degrugillier vor 6 Jahren
Ursprung
Commit
06ededbecc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Makefile

+ 1 - 1
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