Hide the "tpu not found" errors in Cygwin
commit74920b311470ab4263c966c9689d1415fad917b2
authorMateor <mateorod9@gmail.com>
Wed, 17 Jul 2013 21:04:02 +0000 (17 16:04 -0500)
committerMateor <mateorod9@gmail.com>
Wed, 17 Jul 2013 21:04:02 +0000 (17 16:04 -0500)
tree8f98d55e101c1b57135fe4b46228f1a7200d0c8d
parent223b62e506b65860cc5b19eec3f11868c99a286a
Hide the "tpu not found" errors in Cygwin

Cygwin is not a full unix environment, and does not always have access to all
the utilities by default. Turns out tput is one of those. Put I am just
using that to output some color to the successful patching, trying to cut
down on the erroneous bug reports. This redirects to stderr.
auto_patcher