From: Eric Engestrom Date: Tue, 19 May 2020 23:22:01 +0000 (+0200) Subject: git_sha1_gen.py: fix out-of-date comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=413c6f9905262939cbe56cb021d7806eb7d97de1;p=mesa.git git_sha1_gen.py: fix out-of-date comment This hasn't been true since 7088622e5fb506b64c90 ("buildsys: move file regeneration logic to the script itself") almost 3 years ago. Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker Part-of: --- diff --git a/bin/git_sha1_gen.py b/bin/git_sha1_gen.py index c6fbf490302..7fb5c990735 100644 --- a/bin/git_sha1_gen.py +++ b/bin/git_sha1_gen.py @@ -1,6 +1,5 @@ """ Generate the contents of the git_sha1.h file. -The output of this script goes to stdout. """