Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
25c0962c
Commit
25c0962c
authored
Jan 22, 2015
by
Albert Ting
Committed by
Gervase Markham
Jan 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1116614: checksetup "use lib" called too late. r=gerv, a=glob.
parent
87fc15f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
checksetup.pl
checksetup.pl
+3
-2
No files found.
checksetup.pl
View file @
25c0962c
...
@@ -15,12 +15,13 @@
...
@@ -15,12 +15,13 @@
use
strict
;
use
strict
;
use
5.008001
;
use
5.008001
;
use
File::
Basename
;
use
File::
Basename
;
BEGIN
{
chdir
dirname
(
$0
);
}
use
lib
qw(. lib)
;
use
Getopt::
Long
qw(:config bundling)
;
use
Getopt::
Long
qw(:config bundling)
;
use
Pod::
Usage
;
use
Pod::
Usage
;
use
Safe
;
use
Safe
;
BEGIN
{
chdir
dirname
(
$0
);
}
use
lib
qw(. lib)
;
use
Bugzilla::
Constants
;
use
Bugzilla::
Constants
;
use
Bugzilla::Install::
Requirements
;
use
Bugzilla::Install::
Requirements
;
use
Bugzilla::Install::
Util
qw(install_string get_version_and_os
use
Bugzilla::Install::
Util
qw(install_string get_version_and_os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment