From 205ffb249991ac4c209982cc19f85825e6261cdb Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Wed, 16 Apr 2014 19:54:00 -0700 Subject: [PATCH] for bug 4070 --- perl-xCAT/xCAT/PPCcli.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index f995daf92..f625560bc 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -156,7 +156,7 @@ sub connect { # Shell prompt regexp based on HW Type ################################################## my %prompt = ( - hmc => "~>\s*\$", + hmc => "~>\\s*\$", ivm => "\\\$ \$" ); ##################################################