| commit | 6ec2fbec8b8b0e774d1d32afd26d0d13a2d1e4b7 | [log] [download] |
|---|---|---|
| author | Darren Tucker <dtucker@zip.com.au> | Mon Feb 19 22:14:11 2007 +1100 |
| committer | Darren Tucker <dtucker@zip.com.au> | Mon Feb 19 22:14:11 2007 +1100 |
| tree | e962563f8c9d6125eb44949e9d3d446fef9c0acc | |
| parent | 0aa3dbb5088fc8c3ca722d901fd8db55a781546b [diff] |
- djm@cvs.openbsd.org 2007/01/22 13:06:21
[scp.c]
fix detection of whether we should show progress meter or not: scp
tested isatty(stderr) but wrote the progress meter to stdout. This patch
makes it test stdout. bz#1265 reported by junkmail AT bitsculpture.com;
of dtucker@