1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/dist/tools/ci
Juan Carrano 9926ac1ffa ci/print_toolchain_versions: robust/portable version detection.
Detect command line tool versions without using "command".
Command may be a builting in some shells, leading to unportability.

The new version uses the status code to correctly detect a non-existent
command. This allows it to differentiate between error in the tool and
not-found errors.

It also works with compound commands, for example `python -m callable_module".
2019-01-15 20:02:01 +01:00
..
build_and_test.sh static-test: add buildsystem sanity check 2018-11-19 16:00:46 +01:00
changed_files.sh make: Ignore checking all vendor files 2018-05-29 15:21:44 -07:00
print_toolchain_versions.sh ci/print_toolchain_versions: robust/portable version detection. 2019-01-15 20:02:01 +01:00