Skip to content

Commit

Permalink
Merge pull request #12242 from smlng/tools_shebang
Browse files Browse the repository at this point in the history
tools: fix shebang in scripts
  • Loading branch information
aabadie committed Sep 16, 2019
2 parents 92d5428 + 9e87046 commit 0ae86d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/tools/has_minimal_version/has_minimal_version.sh
@@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
#
# usage: has_minimal_version.sh <version> <minimal_version> [toolname]
# Checks that version >= minimal_version
Expand Down
2 changes: 1 addition & 1 deletion dist/tools/openocd/openocd.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Unified OpenOCD script for RIOT
#
Expand Down
2 changes: 1 addition & 1 deletion dist/tools/packer/setup.sh 100644 → 100755
@@ -1,4 +1,4 @@
#!/bin/bash -eux
#!/usr/bin/env bash -eux

# inspired by https://github.com/boxcutter/ubuntu

Expand Down

0 comments on commit 0ae86d7

Please sign in to comment.