mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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.
This commit is contained in:
parent
ece313020f
commit
079b2246bd
2
dist/tools/static-tests.sh
vendored
2
dist/tools/static-tests.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright (C) 2015 Lucas Jenß <lucas@x3ro.de>
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user