Add -X $.
This commit is contained in:
parent
f0ee16a373
commit
7b0e4c4806
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ my %reportFields =
|
|||
);
|
||||
foreach my $item (keys %reportFields) {
|
||||
my(@fullCommand) = ($LEDGER_BIN, @mainLedgerOptions,
|
||||
'-V', '-S', 'T', '-s', '-d', 'T', @{$reportFields{$item}{args}});
|
||||
'-V', '-X', '$', '-S', 'T', '-s', '-d', 'T', @{$reportFields{$item}{args}});
|
||||
open(FILE, "-|", @fullCommand)
|
||||
or die "unable to run command ledger command: @fullCommand: $!";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue