shellcheck: Fix shellcheck SC2148

> Tips depend on target shell and yours is unknown. Add a shebang.

Add
```
#!/usr/bin/env bash
```

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-02-28 11:39:05 +00:00
parent c5ff513e0b
commit dbba6b056b
12 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
#
# Copyright (c) 2018 Intel Corporation
#