Mercurial > repos > jtilman > flexbar
changeset 33:3b010ddcea2a draft
Uploaded
author | jtilman |
---|---|
date | Sun, 24 Jun 2018 12:25:51 -0400 |
parents | c554e6d251fd |
children | 4a095317caca |
files | flexbar.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flexbar.pl Tue Jun 19 10:00:20 2018 -0400 +++ b/flexbar.pl Sun Jun 24 12:25:51 2018 -0400 @@ -10,7 +10,7 @@ my $call = join " ", @ARGV[0..($#ARGV - 4)]; -system $call .' --target FlexbarTargetFile > '. $outFile and exit 1; +system $call .' --target FlexbarTargetFile --output-log '. $outFile and exit 1; foreach(<FlexbarTargetFile*>){