diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-21 22:03:43 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:42:00 +0200 |
commit | f7b2e26cd1c442bee789c5464241e5be1c05c1b6 (patch) | |
tree | d26c011fedc4e45a5994e5d939057f69812b222b /Bugzilla | |
parent | a5f6efe3e79df8918292498ab042c3baf419466d (diff) | |
download | bugzilla-f7b2e26cd1c442bee789c5464241e5be1c05c1b6.tar.gz bugzilla-f7b2e26cd1c442bee789c5464241e5be1c05c1b6.tar.xz |
fix typo
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/DaemonControl.pm | 2 |
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 { |