mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Fix library path on bin/cssh (Sf bug 3610601)
Thanks for Diab Jerius
This commit is contained in:
parent
824e4a0274
commit
d4fbceee42
2 changed files with 2 additions and 0 deletions
1
Changes
1
Changes
|
@ -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)
|
||||
|
|
1
bin/cssh
1
bin/cssh
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue