Merge pull request #12242 from smlng/tools_shebang
tools: fix shebang in scripts
This commit is contained in:
commit
0ae86d7775
@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# usage: has_minimal_version.sh <version> <minimal_version> [toolname]
|
# usage: has_minimal_version.sh <version> <minimal_version> [toolname]
|
||||||
# Checks that version >= minimal_version
|
# Checks that version >= minimal_version
|
||||||
|
|||||||
2
dist/tools/openocd/openocd.sh
vendored
2
dist/tools/openocd/openocd.sh
vendored
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Unified OpenOCD script for RIOT
|
# Unified OpenOCD script for RIOT
|
||||||
#
|
#
|
||||||
|
|||||||
2
dist/tools/packer/setup.sh
vendored
Normal file → Executable file
2
dist/tools/packer/setup.sh
vendored
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -eux
|
#!/usr/bin/env bash -eux
|
||||||
|
|
||||||
# inspired by https://github.com/boxcutter/ubuntu
|
# inspired by https://github.com/boxcutter/ubuntu
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user