[Bug 12026] ash: -sh not found, no echo
bugzilla at busybox.net
bugzilla at busybox.net
Thu Nov 7 17:03:20 UTC 2019
https://bugs.busybox.net/show_bug.cgi?id=12026
--- Comment #2 from spam1 at reto-schneider.ch ---
I can reproduce it when I try to execute It happens when trying to call
shell-builtins from/in PS1:
Working: PS1="\$(date '+%s: ')$PS1"
root at hostname:~# PS1="\$(date '+%s: ')$PS1"
1573146144: root at GARDENA-163008:~#
Hanging: PS1="\$(echo 'MyPrefix ')$PS1"
root at hostname:~# PS1="\$(echo 'MyPrefix ')$PS1"
<hanging>
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list