diff options
author | Patrick 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) |
commit | c38774168d62ba37d845b34546d2232752388078 (patch) | |
tree | dde3f20bb7878076042d79672cfc4597d7d742f4 /build | |
parent | db73f96a40bf139c9544b134772e72128430fd2b (diff) |
build: Remove extra space
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |