diff options
| -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); |
