Added the shebang line at the top of file.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
tools/perf/tests/shell/common/init.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/tests/shell/common/init.sh b/tools/perf/tests/shell/common/init.sh
index 26c7525651e0..9e9d4247ada3 100644
--- a/tools/perf/tests/shell/common/init.sh
+++ b/tools/perf/tests/shell/common/init.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
#
# init.sh
--
2.49.1