From owner-cvs-all Mon Mar 25 13: 5: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2687C37B436; Mon, 25 Mar 2002 13:04:51 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2PL4p404743; Mon, 25 Mar 2002 13:04:51 -0800 (PST) (envelope-from knu) Message-Id: <200203252104.g2PL4p404743@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 25 Mar 2002 13:04:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/fd Makefile ports/shells/fd/files patch-pathname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/03/25 13:04:51 PST Modified files: shells/fd Makefile Added files: shells/fd/files patch-pathname.c Log: Add a patch supplied by the author to fix a bug in glob expansion where a series of globs was only partially expanded. (`echo a* b*' -> `echo a aa aaa b*') Bump PORTREVISION accordingly. Revision Changes Path 1.35 +1 -0 ports/shells/fd/Makefile 1.1 +12 -0 ports/shells/fd/files/patch-pathname.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message