Corrected typo causing problems.

This commit is contained in:
Ward Fisher 2016-11-18 13:59:57 -07:00
parent d14227e366
commit 88fd875741

View File

@ -17,7 +17,7 @@ if test "x$srcdir" = x ; then srcdir="."; fi
validateNC() { validateNC() {
BASENAME=$1 BASENAME=$1
INFILE=$srcdir/$1.cdl INFILE=$srcdir/$1.cdl
TMPFILE=$2.cdl TMPFILE=tst_$2.cdl
shift shift
shift shift
ARGS=$@ ARGS=$@