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