mirror of https://github.com/ecmwf/eccodes.git
Testing: Make sure script points to source dir (related to SD-96876)
This commit is contained in:
parent
b48102f910
commit
d64137d167
|
@ -20,7 +20,7 @@ fi
|
||||||
|
|
||||||
check_grib_defs()
|
check_grib_defs()
|
||||||
{
|
{
|
||||||
CHECK_DEFS=$ECCODES_DEFINITION_PATH/check_grib_defs.pl
|
CHECK_DEFS=$proj_dir/definitions/check_grib_defs.pl
|
||||||
if [ -x "$CHECK_DEFS" ]; then
|
if [ -x "$CHECK_DEFS" ]; then
|
||||||
# Now check the name.def, paramId.def, shortName.def... files
|
# Now check the name.def, paramId.def, shortName.def... files
|
||||||
# in the current directory
|
# in the current directory
|
||||||
|
|
Loading…
Reference in New Issue