mirror of https://github.com/ecmwf/eccodes.git
Do not use bash style function. Breaks dash!
This commit is contained in:
parent
08ba5dcd51
commit
ef2d54a1d3
|
@ -28,7 +28,7 @@ rm -f $temp
|
||||||
# --- test changing the packing
|
# --- test changing the packing
|
||||||
# arg 1 : input grib file
|
# arg 1 : input grib file
|
||||||
# arg 2-n : packing types to test
|
# arg 2-n : packing types to test
|
||||||
function test_packing() {
|
test_packing() {
|
||||||
grib=$1
|
grib=$1
|
||||||
|
|
||||||
if [ ! -f $grib ]; then
|
if [ ! -f $grib ]; then
|
||||||
|
|
Loading…
Reference in New Issue