classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Use -n 1 instead of -1


From: Casey Marshall
Subject: [cp-patches] Use -n 1 instead of -1
Date: Tue, 17 Aug 2004 23:41:20 -0700
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Hi,

This trivial patch replaces instances of `head -1' with `head -n 1' in
autogen.sh. GNU Coreutils 5.2.1 (at least) state that the former is
deprecated, and that it will not be supported in a future version (it
is not allowed by some POSIX standard).

2004-08-17  Casey Marshall <address@hidden>

        * autogen.sh: use `head -n 1' instead of `head -1'.

-- 
Casey Marshall || address@hidden

Attachment: autogen-head.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]