Package: ash
Version: 0.3.7-3
Severity: normal
Hi,
According to SUSv2, in xcu/chap2.html,
The shell replaces each instance of the character "!" in PS1
with the history file number of the next command to be typed.
Escaping the "!" with another "!" (that is, !!) places the
literal character "!" in the prompt.
Ash does not implement this behavior.
Thanks,