From 9f6e69951b75b16a97c70b2cc9bc5fe4562e43ce Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 7 Jul 2016 23:23:18 -0400 Subject: tidy a comment --- .local/bin/autobuild.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.local/bin/autobuild.sh b/.local/bin/autobuild.sh index d62e77b..a501b6e 100755 --- a/.local/bin/autobuild.sh +++ b/.local/bin/autobuild.sh @@ -26,11 +26,11 @@ main() { . "$(librelib messages)" setup_traps - # Get the date as the *very* first thing - # We get the current date instead of getting a date from git because git time is - # non-monotonic. I mean, the system time is also non-monotonic. But at - # day-granularity, I don't expect this to ever come up. A git-rebase or weird - # merge could easily break things if we get the git time. + # Get the date as the *very* first thing We get the current date instead + # of getting a date from git because git time is non-monotonic. I mean, + # the system time is also non-monotonic. But at day-granularity, I + # don't expect this to ever come up. A git-rebase or a weird merge + # could easily break things if we get the git time. newpkgver_date=$(LC_ALL=C date -u +%Y%m%d) # Configuration parsing ################################################ -- cgit v1.2.3