From e2b1e7ed0ad56d51e2ed094461ce99a8baa4829e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 5 May 2008 13:29:10 +0000 Subject: [PATCH] -Correct typo in module name git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1271 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/bin/prsync | 2 +- xCAT-client-2.0/bin/pscp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client-2.0/bin/prsync b/xCAT-client-2.0/bin/prsync index 1c072c87e..fe7cec55e 100755 --- a/xCAT-client-2.0/bin/prsync +++ b/xCAT-client-2.0/bin/prsync @@ -14,7 +14,7 @@ use Data::Dumper; use IO::Handle; use IO::Select; use xCAT::Utils; -#use Threads qw(yield); +use Thread qw(yield); use Getopt::Long; use POSIX qw(:signal_h :errno_h :sys_wait_h); my $interface; diff --git a/xCAT-client-2.0/bin/pscp b/xCAT-client-2.0/bin/pscp index 55b74d03a..0db720f80 100755 --- a/xCAT-client-2.0/bin/pscp +++ b/xCAT-client-2.0/bin/pscp @@ -13,7 +13,7 @@ if ($^O =~ /^linux/i) { use Data::Dumper; use IO::Handle; use IO::Select; -#use Threads qw(yield); +use Thread qw(yield); use xCAT::Utils; use Getopt::Long; use POSIX qw(:signal_h :errno_h :sys_wait_h);