From 6f59df0faa06e9e5b2127d8376b12bb1cf2db5fd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 5 Jun 2021 20:26:21 +0200 Subject: make shellcheck happy again --- bin/check-opcodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/check-opcodes') diff --git a/bin/check-opcodes b/bin/check-opcodes index e9f69a2..e8bb807 100755 --- a/bin/check-opcodes +++ b/bin/check-opcodes @@ -90,7 +90,7 @@ shift $((OPTIND-1)) PACKAGE=$1 -if test "x$PACKAGE" = "x"; then +if test "$PACKAGE" = ""; then echo "ERROR: Filename of a package required as argument" >&2 usage exit 1 -- cgit v1.2.3-54-g00ecf