[riot-commits] [RIOT-OS/RIOT] 079b22: tools: fix shebang for static-test.sh
Alexandre Abadie
noreply at github.com
Mon Sep 16 10:57:38 CEST 2019
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 079b2246bdd13a09ae90ca450319100f3dfbaa8b
https://github.com/RIOT-OS/RIOT/commit/079b2246bdd13a09ae90ca450319100f3dfbaa8b
Author: Sebastian Meiling <s at mlng.net>
Date: 2019-09-16 (Mon, 16 Sep 2019)
Changed paths:
M dist/tools/static-tests.sh
Log Message:
-----------
tools: fix shebang for static-test.sh
Change shebang in static-test.sh from `/bin/bash` to `/usr/bin/env bash`
This fixes problems when `bash` is not available in standard location,
but e.g. in `/usr/local/bin/` as on FreeBSD.
Commit: 0a14706a31f80dea59d65e88d50c203f96f9f7ac
https://github.com/RIOT-OS/RIOT/commit/0a14706a31f80dea59d65e88d50c203f96f9f7ac
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2019-09-16 (Mon, 16 Sep 2019)
Changed paths:
M dist/tools/static-tests.sh
Log Message:
-----------
Merge pull request #12239 from smlng/freebsd_statictest
tools: fix shebang for static-test.sh
Compare: https://github.com/RIOT-OS/RIOT/compare/ece313020fae...0a14706a31f8
More information about the commits
mailing list