summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-09-16 15:36:07 +0200
committerNicholas Clark <nick@ccl4.org>2011-09-21 10:40:57 +0200
commitd9829d09b38187d6d0048e58ce927c0ebf037672 (patch)
tree6feb1cf32089291126b122bd7ecfa206d19434bc /symbian
parentf4ca0be2c78f0bfb6a1cba6fc3b9557e88395b33 (diff)
downloadperl-d9829d09b38187d6d0048e58ce927c0ebf037672.tar.gz
Tighten the checking regex in checkcfgvar.pl.
Fix the dubious line in symbian/config.sh which this exposes.
Diffstat (limited to 'symbian')
-rw-r--r--symbian/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/config.sh b/symbian/config.sh
index 0641b637eb..e218a55964 100644
--- a/symbian/config.sh
+++ b/symbian/config.sh
@@ -699,7 +699,7 @@ osname='symbian'
osvers='7.0s'
otherlibdirs=''
package=''
-path_sep=';';
+path_sep=';'
perl_static_inline='static'
phostname='hostname'
pidtype='int'