summaryrefslogtreecommitdiffstats
path: root/scripts/test-config.sh
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-08-02 18:53:50 +0200
committerAleš Mrázek <ales.mrazek@nic.cz>2024-08-26 14:28:10 +0200
commit6eddeec96536df1b859d64b147f687519d5305d6 (patch)
tree8e415cc6bc8529a7939a718d3bd6da30bc0a89d5 /scripts/test-config.sh
parentscripts/poe-tasks: kresctl task script added (diff)
downloadknot-resolver-6eddeec96536df1b859d64b147f687519d5305d6.tar.xz
knot-resolver-6eddeec96536df1b859d64b147f687519d5305d6.zip
scripts: use env shebang
Diffstat (limited to 'scripts/test-config.sh')
-rwxr-xr-xscripts/test-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-config.sh b/scripts/test-config.sh
index 695e5182..2b55066d 100755
--- a/scripts/test-config.sh
+++ b/scripts/test-config.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Utility script used by meson to run config tests post installation
set -o nounset -o errexit