On Tue, Mar 13, 2012 at 09:56:29AM +1100, matthew green wrote: > > > Module Name: src > > Committed By: dyoung > > Date: Mon Mar 12 22:02:07 UTC 2012 > > > > Modified Files: > > src/usr.bin/ktruss: makeerrnos.sh > > > > Log Message: > > Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more > > portable. The latter is not supported by Mac OS X Lion.
Most linux don't support it either. > hmmmm, host sort(1) dependancy. perhaps we need a TOOL_SORT. Posix deprected the +n terms (even our sort hacks argv[]). Shame, because they are what my fingers know about. David -- David Laight: da...@l8s.co.uk