From 7806890235ee228e88157c65da213dfdbc15bcfe Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 18 Jun 2015 08:55:57 +0200 Subject: [PATCH] Fix syntax of doc-tools-check-languages.conf Remove extra white spaces that is a syntax error in bash. Change-Id: Ie912f27b4d2db52b26c5ea5a5d0632187d67a3de --- doc-tools-check-languages.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-tools-check-languages.conf b/doc-tools-check-languages.conf index 2cd5c34edb..1d1dd92793 100644 --- a/doc-tools-check-languages.conf +++ b/doc-tools-check-languages.conf @@ -41,5 +41,5 @@ declare -A SPECIAL_BOOKS=( # Skip guide while it's moved to RST. ["install-guide-rst"]="skip" # This needs special handling, handle it with the RST tools. - ["common-rst"] = "RST" + ["common-rst"]="RST" )