diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-01-17 18:33:14 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2019-01-17 18:33:14 -0400 |
| commit | 8c613819790ae737150a9ad8bb82332a1aaab690 (patch) | |
| tree | 03fd2180f3685ddfe6265568b542e18dae8b9280 /genafx-test.sh | |
| parent | 45e6547632957bfa5b806825eaebd6c0f8bdb736 (diff) | |
Refactor AffixLister
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
Diffstat (limited to 'genafx-test.sh')
| -rwxr-xr-x | genafx-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genafx-test.sh b/genafx-test.sh index 4f9726f9..06ee634f 100755 --- a/genafx-test.sh +++ b/genafx-test.sh @@ -5,7 +5,7 @@ set -e baseout="$1" shift 1 fileset="$@" -listopts="-z -n named" +listopts="-l -z -n named" outputfle=output/"$baseout".txt errfle=output/"$baseout".err outputopts="-o $outputfle -e $errfle" |
