diff options
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index 167942af6..f9c18c5b6 100755 --- a/configure.pl +++ b/configure.pl @@ -1041,7 +1041,7 @@ sub load_modules { } - $$config{'mod-list'} = join('\n', @mod_names); + $$config{'mod-list'} = join("\n", @mod_names); my $gen_defines = sub { my $defines = ''; |