diff options
Diffstat (limited to '.inspircd.inc')
-rw-r--r-- | .inspircd.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.inspircd.inc b/.inspircd.inc index 9b43de327..67daff2fe 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -21,8 +21,6 @@ my $libpath = "@LIBRARY_DIR@"; my $executable = "@EXECUTABLE@"; my @filesparsed; -$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql"; - # Lets see what they want to do.. Set the variable (Cause i'm a lazy coder) my $arg = $ARGV[0]; getpidfile($confpath."inspircd.conf"); |