tests/utils/env.sh.in: remove `#!/bin/bash`, add a ShellCheck directive
[babeltrace.git] / tests / utils / env.sh.in
index 4cd75ce14f69de861a576f02599ee63e724808b5..184389df3540c21440d44cb7917c59ecf7d367c0 100644 (file)
@@ -1,8 +1,8 @@
-#!/bin/bash
-#
 # SPDX-FileCopyrightText: 2021-2022 EfficiOS, Inc.
 # SPDX-License-Identifier: GPL-2.0-only
 
+# shellcheck shell=bash
+
 # Sets the variable named `$1` to `$2` if it's not set (or empty), and
 # exports it.
 _set_var_def() {
This page took 0.023948 seconds and 4 git commands to generate.