summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-05 21:18:47 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-05 21:18:47 (EDT)
commitc38774168d62ba37d845b34546d2232752388078 (patch)
treedde3f20bb7878076042d79672cfc4597d7d742f4
parentdb73f96a40bf139c9544b134772e72128430fd2b (diff)
build: Remove extra space
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 358f1de..2272d92 100755
--- a/build
+++ b/build
@@ -65,7 +65,7 @@ install: build
if [ x"$${dest}" = x'Etc/UTC' ]; then \
p='tzdata'; \
else \
- p="tzdata-$$(cd src && grep -l \
+ p="tzdata-$$(cd src && grep -l \
"^Zone[ ][ ]*$${dest}[ ].*$$" \
$(tables))"; \
fi; \