diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-23 08:40:37 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-23 08:40:37 +0000 |
commit | d73cfe96d5ae99d8122aa3bc548f336f44a6bae9 (patch) | |
tree | 1b6fab6d92db839e2ef733bc34b4861e84ab0a01 /Porting | |
parent | 0a3c33ab0ff4b0086eda9a317695b0a506aedb3a (diff) | |
download | perl-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.pl | 1 |
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 { |