aboutsummaryrefslogtreecommitdiffstats
path: root/cfg_file.y
diff options
context:
space:
mode:
Diffstat (limited to 'cfg_file.y')
-rw-r--r--cfg_file.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg_file.y b/cfg_file.y
index 2af513eb6..0c6038f60 100644
--- a/cfg_file.y
+++ b/cfg_file.y
@@ -366,7 +366,7 @@ requirecmd:
YYERROR;
}
cur->path = $3;
- LIST_INSERT_HEAD (&cfg->modules, cur, next);
+ LIST_INSERT_HEAD (&cfg->perl_modules, cur, next);
}
;