From f7b2e26cd1c442bee789c5464241e5be1c05c1b6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 21 Jun 2018 16:03:43 -0400 Subject: fix typo --- Bugzilla/DaemonControl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/DaemonControl.pm b/Bugzilla/DaemonControl.pm index e35221535..ce57c4e8a 100644 --- a/Bugzilla/DaemonControl.pm +++ b/Bugzilla/DaemonControl.pm @@ -47,7 +47,7 @@ use constant { JOBQUEUE_BIN => catfile( BUGZILLA_DIR, 'jobqueue.pl' ), CEREAL_BIN => catfile( BUGZILLA_DIR, 'scripts', 'cereal.pl' ), HYPNOTOAD_BIN => catfile( BUGZILLA_DIR, 'local', 'bin', 'hypnotoad' ), - PERL5LIB => join(':', BUGZILLA_DIR, catdir(BUGZILLA_DIR, 'lib'), catdir(BUGZILLA_DIR, 'local', 'lib', 'perl5'), + PERL5LIB => join(':', BUGZILLA_DIR, catdir(BUGZILLA_DIR, 'lib'), catdir(BUGZILLA_DIR, 'local', 'lib', 'perl5')), }; sub catch_signal { -- cgit v1.2.3-24-g4f1b