From f049a6664316878527f8420746ace5bbe382f3cb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 May 2004 14:06:52 +0000 Subject: fix typo --- perl-install/Xconfig/test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfig/test.pm') diff --git a/perl-install/Xconfig/test.pm b/perl-install/Xconfig/test.pm index e2ac0505a..e260acf42 100644 --- a/perl-install/Xconfig/test.pm +++ b/perl-install/Xconfig/test.pm @@ -79,7 +79,7 @@ sub test { local $_; while (<$F>) { /reporting a problem/ and last; - $warn_error->(join(@msg, $_)); + $warn_error->(join('', @msg, $_)); return 0; } } -- cgit v1.2.1