From 581865ee0c8b8aea872f053d804a41fb5f416b17 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 20 Jun 2023 23:01:09 +0200 Subject: Various shellcheck fixes (www.shellcheck.net) --- cth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cth') diff --git a/cth b/cth index 6eb5c0c..4fd109d 100755 --- a/cth +++ b/cth @@ -5,4 +5,4 @@ name=$1 shift -sed -n "/^$name/,/^}/ p" $@ +sed -n "/^$name/,/^}/ p" "$@" -- cgit v1.3