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/format-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/format-check.sh') 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 # -- cgit v1.2.3-70-g09d2