summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2006-10-04 13:51:00 +0200
committerOliver Tappe2006-10-04 13:51:00 +0200
commit02b257f4257e9451cececc199a7114fc1ee1b875 (patch)
treedbf201f37e8639d4dc9fad528dc89f950bdb07fb /config-db
parent* added tool for extracting translatable strings from scripts and modules, wh... (diff)
downloadcore-02b257f4257e9451cececc199a7114fc1ee1b875.tar.gz
core-02b257f4257e9451cececc199a7114fc1ee1b875.tar.xz
core-02b257f4257e9451cececc199a7114fc1ee1b875.zip
* minor cleanup
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@438 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/test-config-db.pl7
-rwxr-xr-xconfig-db/test-config-demuxer.pl7
2 files changed, 4 insertions, 10 deletions
diff --git a/config-db/test-config-db.pl b/config-db/test-config-db.pl
index 0bf04d91..ecbdbd15 100755
--- a/config-db/test-config-db.pl
+++ b/config-db/test-config-db.pl
@@ -8,13 +8,10 @@
#
use strict;
-# add the lib-folder and the folder this script lives in to perl's search
-# path for modules:
+# add the folder this script lives in to perl's search path for modules:
use FindBin;
-use lib "$FindBin::RealBin/../lib";
- # production path
use lib "$FindBin::RealBin";
- # development path
+ # development path only (as script should never be installed)
use OpenSLX::Basics;
use OpenSLX::ConfigDB qw(:access :manipulation);
diff --git a/config-db/test-config-demuxer.pl b/config-db/test-config-demuxer.pl
index d4f2ff4d..7fcc8f76 100755
--- a/config-db/test-config-demuxer.pl
+++ b/config-db/test-config-demuxer.pl
@@ -8,13 +8,10 @@
#
use strict;
-# add the lib-folder and the folder this script lives in to perl's search
-# path for modules:
+# add the folder this script lives in to perl's search path for modules:
use FindBin;
-use lib "$FindBin::RealBin/../lib";
- # production path
use lib "$FindBin::RealBin";
- # development path
+ # development path only (as script should never be installed)
use OpenSLX::Basics;
use OpenSLX::ConfigDB qw(:access :manipulation);