From: dms Date: Sun, 14 Oct 2001 13:03:47 +0000 (+0000) Subject: - lets remove $fhs X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7402dd1df73c0d036bb89bbdfaf0d17122392ca7;p=infobot.git - lets remove $fhs git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@525 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/blootbot b/blootbot/blootbot index f39ba08..5e656e7 100755 --- a/blootbot/blootbot +++ b/blootbot/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];