The HMC version 8 drop the prompt space when log on to it
This commit is contained in:
parent
ab463f13fe
commit
fa892a7212
@ -156,7 +156,7 @@ sub connect {
|
||||
# Shell prompt regexp based on HW Type
|
||||
##################################################
|
||||
my %prompt = (
|
||||
hmc => "~> \$",
|
||||
hmc => "~>\s*\$",
|
||||
ivm => "\\\$ \$"
|
||||
);
|
||||
##################################################
|
||||
|
Loading…
Reference in New Issue
Block a user