[Buildroot] [git commit] package/multicat: use double quotes in toolchain comment

Peter Korsgaard peter at korsgaard.com
Mon Jul 4 15:23:07 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=7bec6225f3912f5d64e2282a305e33a57ecd58f7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

To be consistent with the rest of Buildroot.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/multicat/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/multicat/Config.in b/package/multicat/Config.in
index 8dfb6c1..1359358 100644
--- a/package/multicat/Config.in
+++ b/package/multicat/Config.in
@@ -7,5 +7,5 @@ config BR2_PACKAGE_MULTICAT
 
 	  http://www.videolan.org/projects/multicat.html
 
-comment 'multicat needs a toolchain w/ threads'
+comment "multicat needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS


More information about the buildroot mailing list