chiark
/
gitweb
/
~ian
/
chiark-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a6f83
)
expire-iso8601: Set $|=1 to clarify output order
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 19 Aug 2020 23:57:31 +0000
(
00:57
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 19 Aug 2020 23:58:40 +0000
(
00:58
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
scripts/expire-iso8601
patch
|
blob
|
history
diff --git
a/scripts/expire-iso8601
b/scripts/expire-iso8601
index 324d46310ac1ce03e4c4ac97c396859bcb381973..530be6b7ec4f7d5f67073fe6d69d6cb6e301c440 100755
(executable)
--- a/
scripts/expire-iso8601
+++ b/
scripts/expire-iso8601
@@
-50,6
+50,8
@@
use Data::Dumper;
use Date::Parse;
use DateTime::Format::Strptime;
+$|=1;
+
our @files;
our $rm = 1;
our $recurse = 1;