aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-30 23:34:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-30 23:34:57 +1300
commitba0d9a0f8f22de1f183fe0ae6963107bbb0d67c8 (patch)
treeec38158ba8b403f3e143c9f6239d7ac91326e0d6
parentRemove zsh linter (diff)
downloaddotfiles-ba0d9a0f8f22de1f183fe0ae6963107bbb0d67c8.tar.gz
dotfiles-ba0d9a0f8f22de1f183fe0ae6963107bbb0d67c8.zip
Remove unneeded typeset call
-rw-r--r--ksh/kshrc.d/keep.ksh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ksh/kshrc.d/keep.ksh b/ksh/kshrc.d/keep.ksh
index c57c41ce..0451fa68 100644
--- a/ksh/kshrc.d/keep.ksh
+++ b/ksh/kshrc.d/keep.ksh
@@ -142,7 +142,6 @@ EOF
# Otherwise the user must want us to print all the NAMEs kept
(
- typeset keep
for keep in "$kshkeep"/*.ksh ; do
[[ -f "$keep" ]] || break
keep=${keep##*/}