From owner-freebsd-current@FreeBSD.ORG Wed Jun 16 12:00:48 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD77A1065703 for ; Wed, 16 Jun 2010 12:00:48 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5B60D8FC16 for ; Wed, 16 Jun 2010 12:00:48 +0000 (UTC) Received: by gxk27 with SMTP id 27so1519901gxk.13 for ; Wed, 16 Jun 2010 05:00:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=xBcyWEyphD61KE3Ag0Zxv0g8Z7weFC4SMpIx02xO4CY=; b=jmE1Ys8BSnqPalA4digfyWleYcnNTzqstlS2CNlFz2I67R4PFq+Y0QwsJbCD+hJL/s C61kTEnG1oZKdMuNaQnMJwIRZGrUq7x8ET3bp0SvFK6tCDHnpaGPeniCIM7AGhOR3caZ W7JOb5kMNWYR048g9PCckVwkbKXSD8v5+BAXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=KHEdfjpxWeG1GCP9aF9GHb7JHoQXME15XFSv6hIeRyh8DshZK6EmHnDQBi2vhQqkEC F0QzNhUc1YQMxrSi8W3Je/5Wzr3GKdh4BhI3AS4G9blQv6dyDw5bgNfC5/8eOZQT2jNF RYu2DMTlq9Wtzr/WVCOqsXR1kp/M0o49O14/I= Received: by 10.101.135.35 with SMTP id m35mr7467161ann.51.1276689647523; Wed, 16 Jun 2010 05:00:47 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-128-180.dsl.klmzmi.sbcglobal.net [99.181.128.180]) by mx.google.com with ESMTPS id d9sm30835824ibl.10.2010.06.16.05.00.46 (version=SSLv3 cipher=RC4-MD5); Wed, 16 Jun 2010 05:00:46 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C18BCED.8060202@dataix.net> Date: Wed, 16 Jun 2010 08:00:45 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100515 Thunderbird MIME-Version: 1.0 To: "Sam Fourman Jr." References: <4C18304A.1080601@dataix.net> <4C18322A.6050007@dataix.net> <4C18B57F.1060308@dataix.net> <4C18BB55.1050202@dataix.net> In-Reply-To: <4C18BB55.1050202@dataix.net> X-Enigmail-Version: 1.0.1 OpenPGP: id=89D8547E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Brandon Gooch , FreeBSD Current , jilles@stack.nl Subject: Re: [MFC REQUEST] Filename completion in sh(1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 12:00:48 -0000 On 06/16/2010 07:53, jhell wrote: > On 06/16/2010 07:29, jhell wrote: >> Just got home, So Ill be working on getting this put together over the >> next few minutes and replying to this thread with a go or no go >> depending on the outcome and posting the patch. > > Here it is: > > cd /usr/src > patch > cd /usr/src/include > make obj && make depend && make includes && make && make install > > cd /usr/src/lib/libedit > make obj && make depend && make includes && make && make install > > cd /usr/src/bin/sh > make obj && make depend && make includes && make && make install > > exec /bin/sh > cd /[TAB][TAB] > > Report any inconsistencies to this thread please. > > Good Luck & Regards, > In case the patch did not make it, I have uploaded it here: http://bit.ly/a9i7x9 Regards, -- jhell