Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-11-11 02:26:07 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-12-17 01:45:26 +0300
commit0e96dc1f95be48a70de0beaef20b56cbb510365c (patch)
tree2f5e2300f7b246014a06a74e234abbc175da9192 /tools/macos-firewall.sh
parent4a6200e28947af3a7e1f65a332f3d391bc967a67 (diff)
tools: lint shell scripts
PR-URL: https://github.com/nodejs/node/pull/36099 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools/macos-firewall.sh')
-rwxr-xr-xtools/macos-firewall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macos-firewall.sh b/tools/macos-firewall.sh
index 4079dc4d790..5a5ad52c285 100755
--- a/tools/macos-firewall.sh
+++ b/tools/macos-firewall.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Script that adds rules to Mac OS X Socket Firewall to avoid
# popups asking to accept incoming network connections when
# running tests.