summaryrefslogtreecommitdiff
path: root/bin/lsrc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lsrc')
-rwxr-xr-xbin/lsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lsrc b/bin/lsrc
index f7f4826..1ea2e2c 100755
--- a/bin/lsrc
+++ b/bin/lsrc
@@ -140,7 +140,7 @@ is_metafile() {
host_portion=`echo $1 | sed -e 's/host-.*/host-/'`
tag_portion=`echo $1 | sed -e 's/tag-.*/tag-/'`
- [ x$host_portion = 'xhost-' -o x$tag_portion = 'xtag-' ]
+ [ x$host_portion = 'xhost-' -o x$tag_portion = 'xtag-' -o "x$1" = "xhooks" ]
}
dotfiles_dir_excludes() {