From 8c613819790ae737150a9ad8bb82332a1aaab690 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Thu, 17 Jan 2019 18:33:14 -0400 Subject: Refactor AffixLister AffixLister got refactored some more, in preparation for adding the ability to load things that aren't affixes. --- genafx-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'genafx-test.sh') 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" -- cgit v1.2.3