mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 14:40:50 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -54,3 +54,13 @@ echo "coprocs created"
|
||||
}
|
||||
|
||||
type mkcoprocs
|
||||
|
||||
unset -f mkcoprocs
|
||||
|
||||
# make sure that simple commands are printed without the coproc name
|
||||
mkcoprocs ()
|
||||
{
|
||||
coproc cat -u - &
|
||||
read -u ${COPROC[0]} msg
|
||||
}
|
||||
type mkcoprocs
|
||||
|
||||
Reference in New Issue
Block a user