summaryrefslogtreecommitdiff
path: root/rh-bin
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-06-27 13:34:50 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-06-27 13:34:50 (GMT)
commit3b90b0abe0989134dd7a455565b7804d9d77ad17 (patch)
tree8b112e7d835e98d65a78c2242b7a206d511f1510 /rh-bin
parentfab6b90c08e1989b7ecc9fa13ed2488491cd1393 (diff)
fixed lib loading
Diffstat (limited to 'rh-bin')
-rwxr-xr-xrh-bin/listdropboxes.cgi2
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';