mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
Fixing a subshell bug.
This commit is contained in:
parent
34c1c9fc14
commit
b6386995fd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue