[PATCH] tools: objtool: Replace explicit script name to shell variable

From: Bhaskar Chowdhury

Date: Sat Jun 27 2026 - 04:08:03 EST


Script's way of showing their name.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
Josh, Peter this is a bloody cosmetic change,you might or might not apply it
tools/objtool/sync-check.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/objtool/sync-check.sh b/tools/objtool/sync-check.sh
index e38167ca56a9..09893dd7d041 100755
--- a/tools/objtool/sync-check.sh
+++ b/tools/objtool/sync-check.sh
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0

if [ -z "$SRCARCH" ]; then
- echo 'sync-check.sh: error: missing $SRCARCH environment variable' >&2
+ echo "$0: error: missing \$SRCARCH environment variable" >&2
exit 1
fi

--
2.53.0