tests/utils/env.sh.in: remove `#!/bin/bash`, add a ShellCheck directive
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 9 Feb 2024 19:32:50 +0000 (14:32 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 9 Feb 2024 19:37:06 +0000 (14:37 -0500)
commit579b3f153e54a498557866a7b3ef571a4893b8e9
tree55711b2ef6072b6e328ceb2cd49b64ca1f1b730e
parent7cf8258bc7c82e1ef4745549d5a729c88f931b62
tests/utils/env.sh.in: remove `#!/bin/bash`, add a ShellCheck directive

`tests/utils/env.sh` is only meant to be sourced, never executed
directly, therefore the `#!/bin/bash` line is useless.

Add a ShellCheck shell directive to tell ShellCheck that this is (at
least) Bash code.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ieb9bd996e43e8609d1e3e7b7b3d614bd4db6f234
tests/utils/env.sh.in
This page took 0.024319 seconds and 4 git commands to generate.