summaryrefslogtreecommitdiffstats
path: root/lib/consoles.c
diff options
context:
space:
mode:
authorSami Kerola2012-11-06 22:14:14 +0100
committerKarel Zak2012-11-08 14:51:20 +0100
commit958e39d238fa8d880d1dda963c7f0fcd264c0f61 (patch)
tree8310c5bbcfa5daff6d48d07645bbfc443383d0c2 /lib/consoles.c
parentlibmount: convert /dev/root from mountinfo to the device name (diff)
downloadkernel-qcow2-util-linux-958e39d238fa8d880d1dda963c7f0fcd264c0f61.tar.gz
kernel-qcow2-util-linux-958e39d238fa8d880d1dda963c7f0fcd264c0f61.tar.xz
kernel-qcow2-util-linux-958e39d238fa8d880d1dda963c7f0fcd264c0f61.zip
script: do not try to close stderr twice
The commit cdd2a8c360c70d16804ace7cc923a6c6bb7c9ca9 broke script(1) return value. $ script -e -c "echo"; echo $? 1 The reason, as Daniel it reported, was that the script will close stderr twice, once as timing file and atexit() in function close_stdout(). This commit fixes the problem. Reported-by: Daniel Narvaez <dwnarvaez@gmail.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'lib/consoles.c')
0 files changed, 0 insertions, 0 deletions