aboutsummaryrefslogtreecommitdiff
path: root/bin/loc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/loc.sh')
-rw-r--r--bin/loc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/loc.sh b/bin/loc.sh
index 995c6932..214e87da 100644
--- a/bin/loc.sh
+++ b/bin/loc.sh
@@ -7,7 +7,7 @@ if [ "$#" -eq 0 ] ; then
fi
# Iterate through each search term and run an appropriate find(1) command
-for pat ; do
+for pat do
# Skip dotfiles, dotdirs, and symbolic links; print anything that matches
# the term as a substring (and stop iterating through it)