1
0
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:
Sebastian Meiling 2019-09-16 10:23:11 +02:00
parent ece313020f
commit 079b2246bd

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Copyright (C) 2015 Lucas Jenß <lucas@x3ro.de>
#