dotoolc: use exec
This commit is contained in:
parent
4fb2cb37bf
commit
ce63460c14
1 changed files with 1 additions and 1 deletions
2
dotoolc
2
dotoolc
|
@ -21,4 +21,4 @@ if ! fifo_being_read "$p"; then
|
|||
echo 'dotoolc: dotoold is not connected' > /dev/stderr
|
||||
exit 1
|
||||
fi
|
||||
cat > "$p"
|
||||
exec cat > "$p"
|
||||
|
|
Loading…
Reference in a new issue