mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist/tools: Use /usr/bin/env bash
for bash scripts
This commit is contained in:
parent
96cad82910
commit
c5b2ded055
2
dist/tools/ci/print_toolchain_versions.sh
vendored
2
dist/tools/ci/print_toolchain_versions.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
MAKE=${MAKE:-make}
|
||||
|
||||
|
2
dist/tools/coccinelle/check.sh
vendored
2
dist/tools/coccinelle/check.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2017 Kaspar Schleiser <kaspar@schleiser.de>
|
||||
#
|
||||
|
2
dist/tools/dlcache/dlcache.sh
vendored
2
dist/tools/dlcache/dlcache.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DLCACHE_DIR=${DLCACHE_DIR:-~/.dlcache}
|
||||
|
||||
|
4
dist/tools/git/git-cache
vendored
4
dist/tools/git/git-cache
vendored
@ -1,4 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
[ "$GIT_CACHE_VERBOSE" != "1" ] && Q=-q
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright (C) 2019 Benjamin Valentin <benjamin.valentin@ml-pa.com>
|
||||
#
|
||||
|
2
dist/tools/licenses/check.sh
vendored
2
dist/tools/licenses/check.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2017 Kaspar Schleiser <kaspar@schleiser.de>
|
||||
# Copyright 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
|
2
dist/tools/uncrustify/uncrustify.sh
vendored
2
dist/tools/uncrustify/uncrustify.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
RIOTBASE=$(git rev-parse --show-toplevel)
|
||||
CURDIR=$(cd "$(dirname "$0")" && pwd)
|
||||
UNCRUSTIFY_CFG="$RIOTBASE"/uncrustify-riot.cfg
|
||||
|
2
dist/tools/vera++/check.sh
vendored
2
dist/tools/vera++/check.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2018 Jose Ignacio Alamos <jose.alamos@haw-hamburg.de>
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user