diff options
author | mkanat%bugzilla.org <> | 2007-03-26 11:33:49 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-03-26 11:33:49 +0200 |
commit | e8efd74dbba16ab40bc544c8357ec9e6f7995adf (patch) | |
tree | fb7c8db4a2702c21c65846f0f6026d10b470661a | |
parent | 0a152b4142b04ab78c6247365533d3b8b8acaf43 (diff) | |
download | bugzilla-e8efd74dbba16ab40bc544c8357ec9e6f7995adf.tar.gz bugzilla-e8efd74dbba16ab40bc544c8357ec9e6f7995adf.tar.xz |
There was an additional patch in bug 375357 that was accidentally checked-in, that wasn't part of that bug.
-rwxr-xr-x | checksetup.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl index 91055588b..81eab9b87 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -44,9 +44,6 @@ use strict; use 5.008; -# If we've installed modules into the local directory, we want to -# be sure that the local directory comes first in @INC. -use lib '.'; use File::Basename; use Getopt::Long qw(:config bundling); use Pod::Usage; |