From owner-cvs-src@FreeBSD.ORG Fri Nov 4 18:22:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7262916A41F; Fri, 4 Nov 2005 18:22:18 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EADD43D45; Fri, 4 Nov 2005 18:22:18 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA4IMIVO025701; Fri, 4 Nov 2005 18:22:18 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA4IMIwb025700; Fri, 4 Nov 2005 18:22:18 GMT (envelope-from cperciva) Message-Id: <200511041822.jA4IMIwb025700@repoman.freebsd.org> From: Colin Percival Date: Fri, 4 Nov 2005 18:22:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/alias generic.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 18:22:18 -0000 cperciva 2005-11-04 18:22:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/alias generic.sh Log: MFC rev. 1.2: Use the "builtin" shell function to make sure that the requested command is handled as a shell function. Revision Changes Path 1.1.10.1 +1 -1 src/usr.bin/alias/generic.sh