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 /scripts/luacov_gen_empty.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 'scripts/luacov_gen_empty.sh')
-rwxr-xr-x | scripts/luacov_gen_empty.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/luacov_gen_empty.sh b/scripts/luacov_gen_empty.sh index 127734df..a953d914 100755 --- a/scripts/luacov_gen_empty.sh +++ b/scripts/luacov_gen_empty.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-License-Identifier: GPL-3.0-or-later # Generate stats file in luacov format indicating that files named on stdin # were not processed. |