]> git.cworth.org Git - notmuch/commitdiff
build: avoid an extra shell out in quiet variable function
authorJani Nikula <jani@nikula.org>
Tue, 29 Aug 2017 18:27:07 +0000 (21:27 +0300)
committerDavid Bremner <david@tethera.net>
Wed, 30 Aug 2017 01:05:37 +0000 (22:05 -0300)
$(word 1, $1) yields the same result as the more complicated
$(shell echo $1 | sed -e s'/ .*//')


No differences found