mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
Revert "ctdb-tests: Enable job control when keeping stdin open"
This doesn't work when stdin is not a tty. This reverts commit ea754bfdec9d537c500036d4d521bd41d34c0835. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
2d9841c978
commit
0737849b90
@ -307,7 +307,7 @@ local_daemons_ssh ()
|
|||||||
if $_close_stdin ; then
|
if $_close_stdin ; then
|
||||||
exec sh -c "$*" <&-
|
exec sh -c "$*" <&-
|
||||||
else
|
else
|
||||||
exec sh -m -c "$*"
|
exec sh -c "$*"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user