mirror of https://github.com/ecmwf/eccodes.git
Testing: Fix test script shebangs
This commit is contained in:
parent
9cec2fe3a4
commit
563ef120e1
|
@ -1,4 +1,4 @@
|
|||
#!/bin/ksh
|
||||
#!/bin/sh
|
||||
# (C) Copyright 2005- ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
./timing ../data/reduced_latlon_surface.grib1 > /dev/null
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
# (C) Copyright 2005- ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
|
|
Loading…
Reference in New Issue