summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtags.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.tl b/tags.tl
index ec7643b5..808a9722 100755
--- a/tags.tl
+++ b/tags.tl
@@ -186,7 +186,7 @@
(pop skips))
(cond
((or [excf path] [excf (base-name path)])
- (static-when (plusp ftw-actionretval)
+ (static-when (zerop ftw-actionretval)
(push `@path/` skips))
ftw-skip-subtree)))
(t ftw-continue)))