aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLeonard Pollak <leonardp@tr-host.de>2021-10-27 07:53:02 +0200
committerGitHub <noreply@github.com>2021-10-26 22:53:02 -0700
commitdb3d5562e723a6d2e4efd190bd3f1360126f5b10 (patch)
treecc3fc963a99dfabc59ca01ebf64994b79970404f /etc
parent9248ed7426e24443b42438797adcfa6d4714efe8 (diff)
downloadnng-db3d5562e723a6d2e4efd190bd3f1360126f5b10.tar.gz
nng-db3d5562e723a6d2e4efd190bd3f1360126f5b10.tar.bz2
nng-db3d5562e723a6d2e4efd190bd3f1360126f5b10.zip
Use env shebangs everywhere (#1515)
Change all shebangs to use '#!/usr/bin/env bash'. This increases portability to platforms which do not cohere to the FHS.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/codecov.sh2
-rwxr-xr-xetc/coverage.sh2
-rwxr-xr-xetc/format-check.sh2
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>
#