fixed a typo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4353 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
77c0517aa1
commit
05d658834b
@ -169,7 +169,7 @@ sub submit_request {
|
||||
#add ESC back
|
||||
foreach my $key (keys %$rsp) {
|
||||
if (ref($rsp->{$key}) eq 'ARRAY') { foreach my $text (@{$rsp->{$key}}) { $text =~ s/xxxxESCxxxx/\e/g; } }
|
||||
else { $rsp->{$key} =~ s/xxxxESCxxxx/\r/g; }
|
||||
else { $rsp->{$key} =~ s/xxxxESCxxxx/\e/g; }
|
||||
}
|
||||
|
||||
$response='';
|
||||
|
Loading…
Reference in New Issue
Block a user