From 36a1a758ab649d83fed80f1b0f2c9b481a6d668a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 15 Jan 2018 12:28:03 +1300 Subject: 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. --- bin/clog.sh | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v1.2.3