summaryrefslogtreecommitdiff
path: root/rolling-directory
diff options
context:
space:
mode:
Diffstat (limited to 'rolling-directory')
-rw-r--r--rolling-directory2
1 files changed, 1 insertions, 1 deletions
diff --git a/rolling-directory b/rolling-directory
index d8a06e3..cb753f1 100644
--- a/rolling-directory
+++ b/rolling-directory
@@ -12,7 +12,7 @@ shift 2
12[[ "${maxSize}" = <-> ]] || exit 2 12[[ "${maxSize}" = <-> ]] || exit 2
13 13
14typeset -a findExtra 14typeset -a findExtra
15findExtra=(-not -path ${dir}/CACHEDIR.TAG -not -name .keep) 15findExtra=(-not -name CACHEDIR.TAG)
16 16
17resize() { 17resize() {
18 echo "Resizing ${dir} to below $(numfmt --to=iec-i --suffix=B -- ${maxSize})..." >&2 18 echo "Resizing ${dir} to below $(numfmt --to=iec-i --suffix=B -- ${maxSize})..." >&2