Comment # 3 on bug 1080490 from
One more comment on that script:

Stuff like "-cmin +10080 -or -cmin 10080" is uselessly taking up space, mental
capacity and runtime to figure out what it does, I'd just write "-cmin +10079"
or "-cmin +$((10080-1))".


You are receiving this mail because: