]> git.ipfire.org Git - thirdparty/util-linux.git/commit
scriptlive: remove unnecessary variables
authorKarel Zak <kzak@redhat.com>
Mon, 7 Oct 2019 10:35:00 +0000 (12:35 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2019 11:11:54 +0000 (13:11 +0200)
commit1401181a19dfb00a210ba6cdb9a417c204aec02a
treedf65f8369fc008821b23e47c9e2fd9b311b5559a
parent8cf448e9b65c25f4d8b0c495725288ce7bb511a1
scriptlive: remove unnecessary variables

ul_pty code is able to do all necessary things for us, so don't waste
effort and keep the child variable in main() only.

Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/scriptlive.c