Fix library path on bin/cssh (Sf bug 3610601)

Thanks for Diab Jerius
This commit is contained in:
Duncan Ferguson 2013-04-16 08:43:14 +01:00
parent 824e4a0274
commit d4fbceee42
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
- Add in 'tags' file handling
- Fix bug whereby cluster files were read in multiple times
- Add in resolving tags by external command
- Fix library path on bin/cssh (Sf bug 3610601)
2013-03-05 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_05
- New option (-m, --unique-servers) to remove repeated servers when opening terminals (Thanks to Oliver Meissner)

View file

@ -4,6 +4,7 @@ use warnings;
use FindBin;
use lib $FindBin::Bin. '/../lib';
use lib $FindBin::Bin. '/../lib/perl5';
use App::ClusterSSH;
my $app = App::ClusterSSH->new();