Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
e5c1656e
Commit
e5c1656e
authored
Mar 10, 2017
by
Uwe Schulzweida
Browse files
Replaced SHELL by BASH.
parent
4542c128
Changes
46
Hide whitespace changes
Inline
Side-by-side
test/Vertstat.test.in
View file @
e5c1656e
#! @SH
ELL
@
#! @
BA
SH@
echo 1..10 # Number of tests to be executed.
#
test -n "$CDO" || CDO=cdo
...
...
test/Zonstat.test.in
View file @
e5c1656e
#! @SH
ELL
@
#! @
BA
SH@
echo 1..9 # Number of tests to be executed.
#
test -n "$CDO" || CDO=cdo
...
...
test/data/Makefile.in
View file @
e5c1656e
...
...
@@ -123,6 +123,7 @@ AUTOCONF = @AUTOCONF@
AUTOHEADER
=
@AUTOHEADER@
AUTOMAKE
=
@AUTOMAKE@
AWK
=
@AWK@
BASH
=
@BASH@
CC
=
@CC@
CCDEPMODE
=
@CCDEPMODE@
CFLAGS
=
@CFLAGS@
...
...
test/threads.test.in
View file @
e5c1656e
#! @SH
ELL
@
#! @
BA
SH@
echo 1..1 # Number of tests to be executed.
#
test -n "$CDO" || CDO=cdo
...
...
test/tsformat.test.in
View file @
e5c1656e
#! @SH
ELL
@
#! @
BA
SH@
echo 1..8 # Number of tests to be executed.
#
test -n "$CDO" || CDO=cdo
...
...
test/wildcard.test.in
View file @
e5c1656e
#! @SH
ELL
@
#! @
BA
SH@
# Checks whether cdo handles the inputargument right,
# most of the operators accept only one input argument.
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment