From db3d5562e723a6d2e4efd190bd3f1360126f5b10 Mon Sep 17 00:00:00 2001 From: Leonard Pollak Date: Wed, 27 Oct 2021 07:53:02 +0200 Subject: 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. --- etc/codecov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/codecov.sh') 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 # Copyright 2017 Capitar IT Group BV -- cgit v1.2.3-70-g09d2