summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DaemonControl.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-21 22:03:43 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:42:00 +0200
commitf7b2e26cd1c442bee789c5464241e5be1c05c1b6 (patch)
treed26c011fedc4e45a5994e5d939057f69812b222b /Bugzilla/DaemonControl.pm
parenta5f6efe3e79df8918292498ab042c3baf419466d (diff)
downloadbugzilla-f7b2e26cd1c442bee789c5464241e5be1c05c1b6.tar.gz
bugzilla-f7b2e26cd1c442bee789c5464241e5be1c05c1b6.tar.xz
fix typo
Diffstat (limited to 'Bugzilla/DaemonControl.pm')
-rw-r--r--Bugzilla/DaemonControl.pm2
1 files changed, 1 insertions, 1 deletions
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 {