The HMC version 8 drop the prompt space when log on to it

This commit is contained in:
zhaoertao 2014-04-15 22:07:55 -07:00
parent 87947d7fca
commit c1bdc749b8

View File

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