Author: chromatic
Date: Thu Aug 7 18:15:45 2008
New Revision: 30118
Modified:
trunk/config/inter/progs.pm
Log:
[config] Fixed a typo from r30110 (reported by Christoph Otto).
Modified: trunk/config/inter/progs.pm
==============================================================================
--- trunk/config/inter/progs.pm (original)
+++ trunk/config/inter/progs.pm Thu Aug 7 18:15:45 2008
@@ -171,7 +171,8 @@
sub test_compiler {
my ($conf, $cc) = @_;
- open( my $out_fh, '>', "test_$$.c" ) or die "Unable to open 'test_$$.cb:
[EMAIL PROTECTED]";
+ open( my $out_fh, '>', "test_$$.c" )
+ or die "Unable to open 'test_$$.c': [EMAIL PROTECTED]";
print {$out_fh} <<END_C;
int main() {
return 0;