diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-02 18:53:50 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-26 14:28:10 +0200 |
commit | 6eddeec96536df1b859d64b147f687519d5305d6 (patch) | |
tree | 8e415cc6bc8529a7939a718d3bd6da30bc0a89d5 /tests/packaging/kresctl.sh | |
parent | scripts/poe-tasks: kresctl task script added (diff) | |
download | knot-resolver-6eddeec96536df1b859d64b147f687519d5305d6.tar.xz knot-resolver-6eddeec96536df1b859d64b147f687519d5305d6.zip |
scripts: use env shebang
Diffstat (limited to 'tests/packaging/kresctl.sh')
-rwxr-xr-x | tests/packaging/kresctl.sh | 2 |
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 |