diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-07 23:23:18 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-07 23:23:18 -0400 |
commit | 9f6e69951b75b16a97c70b2cc9bc5fe4562e43ce (patch) | |
tree | 038d7c967a157c0de0ac81b8f183b11b1ff51559 | |
parent | c58a6f5b142194637c51be6d9462b77bfda7c24b (diff) |
tidy a comment
-rwxr-xr-x | .local/bin/autobuild.sh | 10 |
1 files 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 ################################################ |