We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36e145 commit 9319394Copy full SHA for 9319394
unix-shell-script-kit
@@ -630,7 +630,7 @@ zid() {
630
# => prompt
631
# ```
632
ask() {
633
- read -r x ; out "$x" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//'
+ read -r x ; echo "$x" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//'
634
}
635
636
# utf8: should the program print UTF-8 characters such as accents and emoji?
0 commit comments