for bug 4070

This commit is contained in:
zhaoertao 2014-04-16 19:54:00 -07:00
parent f90cdb8a1b
commit a221d8698d

View File

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