summaryrefslogtreecommitdiffstats
path: root/scripts/luacov_gen_empty.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/luacov_gen_empty.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/luacov_gen_empty.sh')
-rwxr-xr-xscripts/luacov_gen_empty.sh2
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.