diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-11-26 21:26:32 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-11-26 21:26:32 (GMT) |
commit | 2481a1ff41a5ee7e33807947813ad4672bdcc851 (patch) | |
tree | f4a1a27911ca895930c69e6083a3fa6ae3d61918 /utils/rhrd-show | |
parent | 7c274ec4359b20a78beb367bf5b4d9274639fe79 (diff) |
inital sanity checks for logs
Diffstat (limited to 'utils/rhrd-show')
-rwxr-xr-x | utils/rhrd-show | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/rhrd-show b/utils/rhrd-show index 0aaac01..e7c434e 100755 --- a/utils/rhrd-show +++ b/utils/rhrd-show @@ -21,6 +21,7 @@ # use strict; +use lib "../lib/"; use RHRD::rddb; use RHRD::utils; |