summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-16 16:22:44 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-16 16:22:44 +0000
commit190e98cb9ae6436773aa06df829eb14297cf274c (patch)
treeb3d657bb0835efe9c2b7e808027ca071e3e6d584 /maint
parentd972fbb3d2aca20a636c334c4f0e81e27419dc7d (diff)
downloadpcre2-190e98cb9ae6436773aa06df829eb14297cf274c.tar.gz
Make scripts Solaris-compatible.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@115 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'maint')
-rwxr-xr-xmaint/ManyConfigTests6
1 files changed, 4 insertions, 2 deletions
diff --git a/maint/ManyConfigTests b/maint/ManyConfigTests
index 6192e36..a1dba03 100755
--- a/maint/ManyConfigTests
+++ b/maint/ManyConfigTests
@@ -80,9 +80,11 @@ fi
# This function runs a single test with the set of configuration options that
-# are in $opts. The source directory must be set in srcdir.
+# are in $opts. The source directory must be set in srcdir. The function must
+# be defined as "runtest()" not "function runtest()" in order to run on
+# Solaris.
-function runtest()
+runtest()
{
rm -f $srcdir/pcre2test $srcdir/pcre2grep $srcdir/pcre2_jit_test
testcount=`expr $testcount + 1`