summaryrefslogtreecommitdiffstats
path: root/tests/packaging/kresctl.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 /tests/packaging/kresctl.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 'tests/packaging/kresctl.sh')
-rwxr-xr-xtests/packaging/kresctl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/packaging/kresctl.sh b/tests/packaging/kresctl.sh
index 579f1a10..aff02b6b 100755
--- a/tests/packaging/kresctl.sh
+++ b/tests/packaging/kresctl.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# fail fast
set -e