mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Corrected typo causing problems.
This commit is contained in:
parent
d14227e366
commit
88fd875741
@ -17,7 +17,7 @@ if test "x$srcdir" = x ; then srcdir="."; fi
|
||||
validateNC() {
|
||||
BASENAME=$1
|
||||
INFILE=$srcdir/$1.cdl
|
||||
TMPFILE=$2.cdl
|
||||
TMPFILE=tst_$2.cdl
|
||||
shift
|
||||
shift
|
||||
ARGS=$@
|
||||
|
Loading…
Reference in New Issue
Block a user