Fixing a subshell bug.

This commit is contained in:
Mihail Ivanchev 2024-10-13 11:37:30 +02:00
parent 34c1c9fc14
commit b6386995fd

View file

@ -213,7 +213,7 @@ else
tput me sgr0
echo \ for a list of commands.
while (echo -n '> '; read -r REPLY)
while { echo -n '> '; read -r REPLY; }
do
tput md bold
tput AF setaf 2