]> git.donarmstrong.com Git - infobot.git/commitdiff
- lets remove $fhs
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 14 Oct 2001 13:03:47 +0000 (13:03 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 14 Oct 2001 13:03:47 +0000 (13:03 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@525 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot

index f39ba08b83bb390f1794e593c549f5853f937670..5e656e774506d90efefafe986478c3a05f6eb1c5 100755 (executable)
--- a/blootbot
+++ b/blootbot
@@ -6,12 +6,10 @@
 use strict;
 use vars qw($bot_base_dir $bot_src_dir $bot_misc_dir $bot_state_dir
            $bot_data_dir $bot_config_dir $bot_log_dir $bot_run_dir 
-           $bot_pid $memusage %param $fhs
+           $bot_pid $memusage %param
 );
 
 BEGIN {
-    $fhs = 0;
-
     if (@ARGV and -f $ARGV[0]) {
        # source passed config to allow $bot_*_dir to be set.
        do $ARGV[0];