patch-bin_razor-report 380 B

1234567891011121314
  1. $OpenBSD: patch-bin_razor-report,v 1.1 2016/02/05 14:59:27 sthen Exp $
  2. Don't look in $PWD/lib, it breaks startup if $PWD is inaccessible by the
  3. current user. Note: hand-edited patch to avoid RCS ID.
  4. --- bin/razor-report.orig Fri Feb 5 11:46:43 2016
  5. +++ bin/razor-report Fri Feb 5 11:46:51 2016
  6. @@ -12,5 +12,4 @@
  7. -use lib qw(lib);
  8. use strict;
  9. use Razor2::Client::Agent;