projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0a3c33a
)
checkcfgvar.pl should also check Porting/config.sh "just in case".
Nicholas Clark [Wed, 23 Jan 2008 08:40:37 +0000 (08:40 +0000)]
p4raw-id: //depot/perl@33046
Porting/checkcfgvar.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/checkcfgvar.pl
b/Porting/checkcfgvar.pl
index
e9f3cd0
..
3531b3c
100644
(file)
--- 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 {