aboutsummaryrefslogtreecommitdiff
path: root/bin/finc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/finc.sh')
-rw-r--r--bin/finc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/finc.sh b/bin/finc.sh
index 2bbb9ae8..840d44d3 100644
--- a/bin/finc.sh
+++ b/bin/finc.sh
@@ -1,2 +1,2 @@
# Count the number of entries from a find(1) condition
-find "${@:-.}" -exec printf .%sx {} + | wc -c
+find "${@:-.}" -exec printf '%.sx' {} + | wc -c