mirror of https://github.com/ecmwf/eccodes.git
Scripts: keys hash (remove autotools deprecated stuff)
This commit is contained in:
parent
b21ddccd83
commit
9fca49e7b2
|
@ -7,7 +7,6 @@
|
||||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||||
|
|
||||||
. ./include.ctest.sh
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ -z "$ECCODES_DEFINITION_PATH" ]; then
|
if [ -z "$ECCODES_DEFINITION_PATH" ]; then
|
||||||
|
@ -22,8 +21,8 @@ fi
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
touch tmp$$
|
touch tmp$$
|
||||||
echo "Go through all files in $ECCODES_DEFINITION_PATH ..."
|
echo "Process all files in $ECCODES_DEFINITION_PATH using $GRIB_LIST_KEYS ..."
|
||||||
for file in `find $ECCODES_DEFINITION_PATH -name '*.def' -print`
|
for file in `find $ECCODES_DEFINITION_PATH/ -name '*.def' -print`
|
||||||
do
|
do
|
||||||
${GRIB_LIST_KEYS} $file >> tmp$$
|
${GRIB_LIST_KEYS} $file >> tmp$$
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue