diff options
author | Oliver Tappe | 2006-10-04 13:51:00 +0200 |
---|---|---|
committer | Oliver Tappe | 2006-10-04 13:51:00 +0200 |
commit | 02b257f4257e9451cececc199a7114fc1ee1b875 (patch) | |
tree | dbf201f37e8639d4dc9fad528dc89f950bdb07fb /config-db | |
parent | * added tool for extracting translatable strings from scripts and modules, wh... (diff) | |
download | core-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-x | config-db/test-config-db.pl | 7 | ||||
-rwxr-xr-x | config-db/test-config-demuxer.pl | 7 |
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); |