Skip to content
Snippets Groups Projects
Commit 5fc100f7 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Added function keyword.

parent 90010f39
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ NTEST=1
#
FINSTR=finstr
#
testfunc()
function testfunc()
{
RSTAT=0
......
......@@ -10,7 +10,7 @@ FORMATS="srv ext ieg grb grb2 nc nc2 nc4"
#
NTEST=1
#
fileformat()
function fileformat()
{
FILEFORMAT=undefined
ENABLE_TEST=yes
......
......@@ -11,7 +11,7 @@ OFORMAT="-f srv -b 32"
IFILE=$DATAPATH/pl_data
NTEST=1
#
testfunc()
function testfunc()
{
RSTAT=0
......
......@@ -13,7 +13,7 @@ FORMATS="srv ext ieg grb grb2 nc nc2 nc4"
IFILE=$DATAPATH/pl_data
NTEST=1
#
fileformat()
function fileformat()
{
FILEFORMAT=undefined
ENABLE_TEST=yes
......@@ -37,7 +37,7 @@ fileformat()
if [ "@ENABLE_NC4@" = no -a "${FORMAT}" = nc4 ] ; then ENABLE_TEST=no; fi
}
#
testfunc()
function testfunc()
{
RSTAT=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment