On 17 Sep 2003 Alexandre Oliva <[EMAIL PROTECTED]> wrote: > On Sep 17, 2003, Martin Pool <[EMAIL PROTECTED]> wrote: > > > On 17 Sep 2003, Lisa Seelye <[EMAIL PROTECTED]> wrote: > >> It uses `head -1`. This has been replaced with `head -n 1`. > > > Thanks, taken. > > Unfortunately `head -n 1' isn't portable either. Use `sed 1q' > instead.
OK. Many other autogen scripts seem to use this pattern. I guess nobody builds them from CVS on machines that don't have that behaviour in head(1). -- Martin __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
