mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 21:50:49 +02:00
bash-4.4 beta2 release
This commit is contained in:
@@ -19,8 +19,13 @@ echo $?
|
||||
echo $?
|
||||
|
||||
# pipe
|
||||
if [ -e /dev/stdin ]; then
|
||||
echo "echo three - OK" | . /dev/stdin
|
||||
echo $?
|
||||
else
|
||||
# no /dev/stdin, just fake it
|
||||
echo "three - OK" ; echo 0
|
||||
fi
|
||||
|
||||
# FIFO
|
||||
mkfifo $TMPDIR/fifo-$$
|
||||
|
||||
Reference in New Issue
Block a user