summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-23 08:40:37 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-23 08:40:37 +0000
commitd73cfe96d5ae99d8122aa3bc548f336f44a6bae9 (patch)
tree1b6fab6d92db839e2ef733bc34b4861e84ab0a01 /Porting
parent0a3c33ab0ff4b0086eda9a317695b0a506aedb3a (diff)
downloadperl-d73cfe96d5ae99d8122aa3bc548f336f44a6bae9.tar.gz
checkcfgvar.pl should also check Porting/config.sh "just in case".
p4raw-id: //depot/perl@33046
Diffstat (limited to 'Porting')
-rw-r--r--Porting/checkcfgvar.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/checkcfgvar.pl b/Porting/checkcfgvar.pl
index e9f3cd05a7..3531b3c490 100644
--- a/Porting/checkcfgvar.pl
+++ b/Porting/checkcfgvar.pl
@@ -34,6 +34,7 @@ my @CFG = (
"win32/config.vc64",
"win32/config.ce",
"configure.com",
+ "Porting/config.sh",
);
sub read_file {