From: Nicholas Clark <nick@ccl4.org>
Date: Wed, 23 Jan 2008 08:40:37 +0000 (+0000)
Subject: checkcfgvar.pl should also check Porting/config.sh "just in case".
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d73cfe96d5ae99d8122aa3bc548f336f44a6bae9;p=p5sagit%2Fp5-mst-13.2.git

checkcfgvar.pl should also check Porting/config.sh "just in case".

p4raw-id: //depot/perl@33046
---

diff --git a/Porting/checkcfgvar.pl b/Porting/checkcfgvar.pl
index e9f3cd0..3531b3c 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 {