summaryrefslogtreecommitdiff
path: root/etc/codecov.sh
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/codecov.sh
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/codecov.sh')
-rwxr-xr-xetc/codecov.sh2
1 files changed, 1 insertions, 1 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>