diff options
author | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:00:52 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:00:52 +0000 |
commit | d31469da4af84d7f79626cf98a848f416adedfcb (patch) | |
tree | 8a2d57a84a436bbb8c770d6a9d6ff8154e4a6e6c /bin/send-reports | |
parent | 9a43ec4a12f8963b3acd8433bdd78a301e3fc7b9 (diff) |
Updating paths to commonlib
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index c021b1dd3..30a3b3235 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -14,7 +14,7 @@ require 5.8.0; # Horrible boilerplate to set up appropriate library paths. use FindBin; use lib "$FindBin::Bin/../perllib"; -use lib "$FindBin::Bin/../../perllib"; +use lib "$FindBin::Bin/../commonlib/perllib"; use Error qw(:try); use File::Slurp; use CGI; # Trying awkward kludge |