From bc1d3da48c2accd94a624e5c77b53389a75e906a Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Sat, 3 Jun 2006 00:57:10 +0000 Subject: [PATCH] * Include the $bot_src_dir and Modules dir in @INC git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1274 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blootbot b/blootbot index 4ef62d5..a888ed2 100755 --- a/blootbot +++ b/blootbot @@ -27,6 +27,8 @@ BEGIN { $bot_pid = $$; + unshift @INC,"$bot_src_dir","$bot_src_dir/Modules"; + require "$bot_src_dir/logger.pl"; require "$bot_src_dir/core.pl"; require "$bot_src_dir/modules.pl"; -- 2.39.2