mirror of https://github.com/ecmwf/eccodes.git
switched order of bufr_filter argument failing on Mac
This commit is contained in:
parent
b2bea8c33b
commit
0c4e83d09d
|
@ -899,7 +899,7 @@ write;
|
|||
|
||||
EOF
|
||||
|
||||
${tools_dir}/bufr_filter $fRules -o ${f}.out $f 2>> $fLog 1>> $fLog
|
||||
${tools_dir}/bufr_filter -o ${f}.out $fRules $f 2>> $fLog 1>> $fLog
|
||||
${tools_dir}/bufr_compare ${f}.out $f 2>> $fLog 1>> $fLog
|
||||
|
||||
rm -f ${f}.out
|
||||
|
@ -928,7 +928,7 @@ write;
|
|||
|
||||
EOF
|
||||
|
||||
${tools_dir}/bufr_filter $fRules -o ${fout} $f 2>> $fLog 1>> $fLog
|
||||
${tools_dir}/bufr_filter -o ${fout} $fRules $f 2>> $fLog 1>> $fLog
|
||||
${tools_dir}/bufr_compare $fout ${fout}.ref 2>> $fLog 1>> $fLog
|
||||
|
||||
rm -f $fRules ${fout}
|
||||
|
|
Loading…
Reference in New Issue