aboutsummaryrefslogtreecommitdiff
path: root/ksh/kshrc.d/keep.ksh
diff options
context:
space:
mode:
Diffstat (limited to 'ksh/kshrc.d/keep.ksh')
-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##*/}