diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-06-27 13:34:50 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-06-27 13:34:50 (GMT) |
commit | 3b90b0abe0989134dd7a455565b7804d9d77ad17 (patch) | |
tree | 8b112e7d835e98d65a78c2242b7a206d511f1510 /rh-bin | |
parent | fab6b90c08e1989b7ecc9fa13ed2488491cd1393 (diff) |
fixed lib loading
Diffstat (limited to 'rh-bin')
-rwxr-xr-x | rh-bin/listdropboxes.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rh-bin/listdropboxes.cgi b/rh-bin/listdropboxes.cgi index 8f2be64..393fdc7 100755 --- a/rh-bin/listdropboxes.cgi +++ b/rh-bin/listdropboxes.cgi @@ -3,7 +3,7 @@ use strict; use CGI; use File::Basename; -use lib dirname( __FILE__ ) . '../lib'; +use lib dirname( __FILE__ ) . '/../lib'; use rddb; my $status = 'ERROR'; |