daemon: record the deferred for a request in the queue, too
[hippotat] / subst-sys-path
CommitLineData
a571ef2d
IJ
1#!/usr/bin/perl -pi
2next unless m{^#\@ };
3my $ok = 1;
4s{@(\w+)@}{ $ENV{$1} // ($ok=0, $&) }ge;
5s{^#\@ }{} if $ok;