Anchor subst to opening ", avoiding side effects.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Fri, 19 Sep 2014 04:53:16 +0000 (00:53 -0400)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Fri, 19 Sep 2014 04:53:16 +0000 (00:53 -0400)
commit053de5489bb2a00855f46b131fe676cc3bc94579
tree8efd23158dca35bb09bf1196795fb2098ba79b2e
parent5918ce000e0221d776ce71ba4f83bf5577a45447
Anchor subst to opening ", avoiding side effects.

SYSCONFDIR might be overridden to a value containing "etc/ikiwiki",
in which case we might overzealously substitute more than once,
especially if SYSCONFDIR is overridden to different values at build
and install time. Avoid this by matching only the instances we meant
to match.
Makefile.PL