From 1c8d4bf05b85b0e9f7dc5b1438f4e33b515db668 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Tue, 20 Mar 2018 13:24:11 +0100 Subject: Docs: Correct env variable SCAN_BUILD to SCANBUILD --- docs/markdown/howtox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md index 4e7e220..acc18d7 100644 --- a/docs/markdown/howtox.md +++ b/docs/markdown/howtox.md @@ -125,9 +125,9 @@ Install scan-build and configure your project. Then do this: $ ninja scan-build ``` -You can use the `SCAN_BUILD` environment variable to choose the scan-build executable. +You can use the `SCANBUILD` environment variable to choose the scan-build executable. ```console -$ SCAN_BUILD= ninja scan-build +$ SCANBUILD= ninja scan-build ``` -- cgit v1.1