mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 12:57:58 +02:00
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
#
|
|
# Test the effect of input buffering on the shell's input
|
|
#
|
|
echo this is redir1.sub
|
|
|
|
exec 0< redir2.sub
|
|
|
|
echo BUG: after exec in redir1.sub
|