aboutsummaryrefslogtreecommitdiff
path: root/cth
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-06-20 23:01:09 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-06-20 23:01:09 +0200
commit581865ee0c8b8aea872f053d804a41fb5f416b17 (patch)
tree9a2f99ea48c31629a5c3c42b0454483982cdbfed /cth
parentc5d101ab2c9db3b1a001cb56953cb90b24f8fdcf (diff)
downloadscripts-581865ee0c8b8aea872f053d804a41fb5f416b17.tar.gz
scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.zip
Various shellcheck fixes (www.shellcheck.net)
Diffstat (limited to 'cth')
-rwxr-xr-xcth2
1 files changed, 1 insertions, 1 deletions
diff --git a/cth b/cth
index 6eb5c0c..4fd109d 100755
--- a/cth
+++ b/cth
@@ -5,4 +5,4 @@
5 5
6name=$1 6name=$1
7shift 7shift
8sed -n "/^$name/,/^}/ p" $@ 8sed -n "/^$name/,/^}/ p" "$@"

Generated with cgit - Back to sebastiano.tronto.net