aboutsummaryrefslogtreecommitdiff
path: root/src/tools/nngcat/nngcat_stdin_pipe_test.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 /src/tools/nngcat/nngcat_stdin_pipe_test.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 'src/tools/nngcat/nngcat_stdin_pipe_test.sh')
-rwxr-xr-xsrc/tools/nngcat/nngcat_stdin_pipe_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/nngcat/nngcat_stdin_pipe_test.sh b/src/tools/nngcat/nngcat_stdin_pipe_test.sh
index 5fec0ab7..824107e4 100755
--- a/src/tools/nngcat/nngcat_stdin_pipe_test.sh
+++ b/src/tools/nngcat/nngcat_stdin_pipe_test.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>