mirror of https://github.com/ecmwf/eccodes.git
Fix name of temporary output file
This commit is contained in:
parent
d767f4b7cb
commit
c06bd38aeb
|
@ -13,7 +13,7 @@
|
|||
label="bufr_clone_test_p"
|
||||
|
||||
#Prepare tmp file
|
||||
fBufrTmp=${label}.cloned.bufr
|
||||
fBufrTmp=${label}.clone.bufr
|
||||
rm -f $fBufrTmp | true
|
||||
|
||||
#We clone a bufr file with multiple messages
|
||||
|
|
Loading…
Reference in New Issue