summaryrefslogtreecommitdiff
path: root/genafx-test.sh
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-10-05 16:58:24 -0400
committerBen Culkin <scorpress@gmail.com>2020-10-05 16:58:24 -0400
commit3a140a48b3e8e3d0f7667c17bd2ed40933645385 (patch)
treecab59d0437a426eec9103aa02e923bb26466f352 /genafx-test.sh
parent27d67d6aa21ec4979701ab044383bdc09a13eb3a (diff)
parentfae5ad96f11bfd1d3571ffbeb58db645e7734bed (diff)
Merge branch 'master' of git@github.com:bculkin2442/tlIItools.git
Diffstat (limited to 'genafx-test.sh')
-rwxr-xr-xgenafx-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/genafx-test.sh b/genafx-test.sh
index 06ee634f..4f9726f9 100755
--- a/genafx-test.sh
+++ b/genafx-test.sh
@@ -5,7 +5,7 @@ set -e
baseout="$1"
shift 1
fileset="$@"
-listopts="-l -z -n named"
+listopts="-z -n named"
outputfle=output/"$baseout".txt
errfle=output/"$baseout".err
outputopts="-o $outputfle -e $errfle"