From: Paul Eggert Date: Tue, 19 Feb 2002 06:50:24 +0000 (+0000) Subject: * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1". X-Git-Tag: ttn-vms-21-2-B4~16576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5389a0be5494823ef49af2e6109f5411df56762;p=emacs.git * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1". "sed q" is a portable equivalent to plain "head -1". --- diff --git a/ChangeLog b/ChangeLog index 0f14367b02d..5e20e5f5594 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-18 Paul Eggert + + * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1". + "sed q" is a portable equivalent to plain "head -1". + 2002-02-13 Richard M. Stallman * Makefile.in (maybe_bootstrap): Do `exit 1'. @@ -5230,7 +5235,7 @@ ;; coding: iso-2022-7bit-unix ;; End: - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.