summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/locmaint b/bin/locmaint
index 9a7baa28..4bbd04b0 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -236,11 +236,8 @@ sub do_homedir {
# enough to include in duplicity backups, but should not stick
# around in ~/tmp. and, git repos without an origin remote yet
# (can't live in ~/src as src-register-all will complain)
- #
- # local/pub: files to be temporarily shared over the LAN
my $empty = 1;
- $empty = empty_dir_or_list($_) && $empty
- for qw(local/big local/tmp local/pub);
+ $empty = empty_dir_or_list($_) && $empty for qw(local/big local/tmp);
unless ($empty) {
say_spaced_bullet
("Consider cleaning up/annexing files in dir(s) listed above.");