aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oetiker <tobi@oetiker.ch>2022-12-08 13:36:15 +0100
committerTobias Oetiker <tobi@oetiker.ch>2022-12-08 13:36:15 +0100
commitfb49a39eca99d828dfd70433a0915bdc2308ebd5 (patch)
tree6cbe9469ee9dbf17d358bed44e821cb8b9d73534
parentfdb6975ce429f081e30b25c9d38f8fd9d0f3d809 (diff)
downloadsmokeping-fb49a39eca99d828dfd70433a0915bdc2308ebd5.tar.gz
findbin is used to locate the config file ... so make sure it makes it passt installation.
-rwxr-xr-xbin/tSmoke3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tSmoke b/bin/tSmoke
index 6b56479..8559189 100755
--- a/bin/tSmoke
+++ b/bin/tSmoke
@@ -53,7 +53,8 @@ use warnings;
# Point the lib variables to your implementation
use lib (split /:/, q{}); # PERL5LIB
-use FindBin;use lib "$FindBin::RealBin/../lib";use lib "$FindBin::RealBin/../thirdparty/lib/perl5"; # LIBDIR
+use FindBin;
+use lib "$FindBin::RealBin/../lib";use lib "$FindBin::RealBin/../thirdparty/lib/perl5"; # LIBDIR
use Smokeping;