for bug 4070

This commit is contained in:
zhaoertao 2014-04-16 19:54:00 -07:00
parent f39aacb66a
commit 205ffb2499

View File

@ -156,7 +156,7 @@ sub connect {
# Shell prompt regexp based on HW Type
##################################################
my %prompt = (
hmc => "~>\s*\$",
hmc => "~>\\s*\$",
ivm => "\\\$ \$"
);
##################################################