summaryrefslogtreecommitdiffstats
path: root/config-db/slxldd
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxldd')
-rwxr-xr-xconfig-db/slxldd6
1 files changed, 1 insertions, 5 deletions
diff --git a/config-db/slxldd b/config-db/slxldd
index 212b6fe8..b5bc9c9f 100755
--- a/config-db/slxldd
+++ b/config-db/slxldd
@@ -22,13 +22,9 @@ use File::Glob ':globally';
use Getopt::Long;
use Pod::Usage;
-# add the lib-folder and the folder this script lives in to perl's search
-# path for modules:
+# add the lib-folder to perl's search path for modules:
use FindBin;
use lib "$FindBin::RealBin/../lib";
- # production path
-use lib "$FindBin::RealBin/..";
- # development path
use OpenSLX::Basics;