]> git.ipfire.org Git - thirdparty/u-boot.git/commit
scripts: dtc-version: Don't show error messages
authorDragan Simic <dsimic@manjaro.org>
Tue, 6 Feb 2024 11:00:04 +0000 (12:00 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 2 Mar 2024 17:25:20 +0000 (12:25 -0500)
commit5b3f9698c16313fb780d784c69856cea74272476
tree1f61385bb09510d6dd7274cbfdfa671acf2bddb4
parent8904e933a3aa01a2559d38e081703ed6fd92807d
scripts: dtc-version: Don't show error messages

Prevent the error messages produced by which(1), such as the one quoted
below, from being visible in the build outputs.

    which: no dtc in (./scripts/dtc)

This makes the build outputs look a tiny bit cleaner.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
scripts/dtc-version.sh