diff options
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/codecov.sh | 2 | ||||
| -rwxr-xr-x | etc/coverage.sh | 2 | ||||
| -rwxr-xr-x | etc/format-check.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/codecov.sh b/etc/codecov.sh index 5ecdc55f..7bddcd50 100755 --- a/etc/codecov.sh +++ b/etc/codecov.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2017 Garrett D'Amore <garrett@damore.org> # Copyright 2017 Capitar IT Group BV <info@capitar.com> diff --git a/etc/coverage.sh b/etc/coverage.sh index 6f7355dc..73e71098 100755 --- a/etc/coverage.sh +++ b/etc/coverage.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2017 Garrett D'Amore <garrett@damore.org> # Copyright 2017 Capitar IT Group BV <info@capitar.com> diff --git a/etc/format-check.sh b/etc/format-check.sh index 68b3d8eb..aca847c9 100755 --- a/etc/format-check.sh +++ b/etc/format-check.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Copyright 2016 Garrett D'Amore <garrett@damore.org> # |
