aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-09-08 00:27:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-09-08 00:27:24 +1200
commitbbcbe1aa60794b0afd840df96ab6cd7c43177c3d (patch)
treeedee486d0c684876922805d03d1432c507af68d8 /bin
parentMerge branch 'release/v7.15.0' (diff)
parentUpdate PGP key (diff)
downloaddotfiles-bbcbe1aa60794b0afd840df96ab6cd7c43177c3d.tar.gz
dotfiles-bbcbe1aa60794b0afd840df96ab6cd7c43177c3d.zip
Merge branch 'release/v7.16.0'v7.16.0
* release/v7.16.0: Update PGP key Correct printf pattern in finc(1df) Add an issue
Diffstat (limited to 'bin')
-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