diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-25 18:07:56 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2018-06-25 18:07:56 -0400 |
commit | eda14e4bd7fa47ad8a5df76a63b4939f8df65a5a (patch) | |
tree | cc111e6249dd67ea8a292140fa1a60a70f50a74a /sbosrcarch | |
parent | c377a8ed4970cd5d9da4cf956ede3e02427cfcbe (diff) | |
download | sbostuff-eda14e4bd7fa47ad8a5df76a63b4939f8df65a5a.tar.gz |
sbosrcarch: STATUS timestamps again
Diffstat (limited to 'sbosrcarch')
-rwxr-xr-x | sbosrcarch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1706,7 +1706,7 @@ sub write_status_file { my $content = shift; init_git(); - chomp(my $logline = `TZ=UTC git log --date=format-local:'%Y-%m-%d %H:%M:%S %Z' --pretty=format:'%h %cd: %an, %s' -n1`; + chomp(my $logline = `TZ=UTC git log --date=format-local:'%Y-%m-%d %H:%M:%S %Z' --pretty=format:'%h %cd: %an, %s' -n1`); chdir($archivedir) or die "$archivedir: $!"; rename("STATUS", "STATUS.old"); # ignore errors |