Skip to content

Commit 5831c32

Browse files
committed
For [GH #194] - expose %ENV from yatt.render (but how about query_string?)
1 parent eacd48a commit 5831c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/yatt.render

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ foreach my $cmd (@command) {
7676
(\*STDOUT
7777
, parameters => $parameters
7878
, file => $file, noheader => 1
79+
, env => \%ENV
7980
, system => $SYS, yatt => $YATT);
8081

8182
my ($part, $sub, $this, $args)

0 commit comments

Comments
 (0)