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() {
|
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=$@
|
||||||
|
Loading…
Reference in New Issue
Block a user