Do not use bash style function. Breaks dash!

This commit is contained in:
Shahram Najm 2018-11-27 16:43:08 +00:00
parent 08ba5dcd51
commit ef2d54a1d3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ rm -f $temp
# --- test changing the packing
# arg 1 : input grib file
# arg 2-n : packing types to test
function test_packing() {
test_packing() {
grib=$1
if [ ! -f $grib ]; then