Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other...
authorRob Landley <rob@landley.net>
Wed, 2 Jan 2013 08:00:35 +0000 (02:00 -0600)
committerRob Landley <rob@landley.net>
Wed, 2 Jan 2013 08:00:35 +0000 (02:00 -0600)
commit662a267c9b52f256b027d0f176a846b1d973ab99
tree1ff58749c737a283a199e1e567894fe16a9d0ce5
parent090c5c607ec682e5cfc03bbc745cd1ed28d5d6ce
Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to.
18 files changed:
lib/lib.c
toys/other/dos2unix.c
toys/other/losetup.c
toys/other/realpath.c
toys/other/truncate.c
toys/posix/cat.c
toys/posix/chgrp.c
toys/posix/cksum.c
toys/posix/cut.c
toys/posix/df.c
toys/posix/expand.c
toys/posix/head.c
toys/posix/kill.c
toys/posix/mkdir.c
toys/posix/mkfifo.c
toys/posix/rm.c
toys/posix/touch.c
toys/posix/wc.c