aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-15 12:28:03 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-15 12:28:03 +1300
commit36a1a758ab649d83fed80f1b0f2c9b481a6d668a (patch)
tree3705ad17d6d7215020513c836abc0e992372b0b8
parentChange double-quote printf pattern to single-quote (diff)
downloaddotfiles-36a1a758ab649d83fed80f1b0f2c9b481a6d668a.tar.gz
dotfiles-36a1a758ab649d83fed80f1b0f2c9b481a6d668a.zip
Remove unused `self` var from clog(1df)
ShellCheck: In bin/clog.sh line 2: self=clog ^-- SC2034: self appears unused. Verify it or export it.
-rw-r--r--bin/clog.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/clog.sh b/bin/clog.sh
index 81bfd744..3269c508 100644
--- a/bin/clog.sh
+++ b/bin/clog.sh
@@ -1,5 +1,4 @@
# Record a timestamped message to a logfile, defaulting to ~/.clog
-self=clog
# Build the cat(1) command we'll run, wrapping it in rlwrap(1) if available and
# applicable.