diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-30 23:34:57 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-30 23:34:57 +1300 |
commit | ba0d9a0f8f22de1f183fe0ae6963107bbb0d67c8 (patch) | |
tree | ec38158ba8b403f3e143c9f6239d7ac91326e0d6 /ksh/kshrc.d/keep.ksh | |
parent | Remove zsh linter (diff) | |
download | dotfiles-ba0d9a0f8f22de1f183fe0ae6963107bbb0d67c8.tar.gz dotfiles-ba0d9a0f8f22de1f183fe0ae6963107bbb0d67c8.zip |
Remove unneeded typeset call
Diffstat (limited to 'ksh/kshrc.d/keep.ksh')
-rw-r--r-- | ksh/kshrc.d/keep.ksh | 1 |
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##*/} |