aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl2
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 = '';