From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 18:51:17 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38741106568B for ; Sat, 8 Nov 2008 18:51:17 +0000 (UTC) (envelope-from steve@Watt.COM) Received: from wattres.watt.com (wattres.watt.com [66.93.133.130]) by mx1.freebsd.org (Postfix) with ESMTP id A942F8FC22 for ; Sat, 8 Nov 2008 18:51:16 +0000 (UTC) (envelope-from steve@Watt.COM) Received: from wattres.watt.com (localhost.watt.com [127.0.0.1]) by wattres.watt.com (8.14.3/8.14.2) with ESMTP id mA8IpGv3001981 for ; Sat, 8 Nov 2008 10:51:16 -0800 (PST) (envelope-from steve@wattres.watt.com) Received: (from steve@localhost) by wattres.watt.com (8.14.3/8.14.2/Submit) id mA8IpG38001980 for questions@freebsd.org; Sat, 8 Nov 2008 10:51:16 -0800 (PST) (envelope-from steve) Date: Sat, 8 Nov 2008 10:51:16 -0800 From: Steve Watt To: FreeBSD Questions Message-ID: <20081108185116.GA1898@wattres.Watt.COM> References: <20081107231303.GA9804@wattres.Watt.COM> <4914E67A.40409@datapipe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4914E67A.40409@datapipe.com> User-Agent: Mutt/1.4.2.3i X-Callsign: KD6GGD X-Archived: 1226170276.068121559@wattres.Watt.COM X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (wattres.watt.com [127.0.0.1]); Sat, 08 Nov 2008 10:51:16 -0800 (PST) Cc: Subject: Re: Glob error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Steve Watt List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2008 18:51:17 -0000 On Fri, Nov 07, 2008 at 07:08:10PM -0600, Paul A. Procacci wrote: > Steve Watt wrote: > >( Please cc: me on replies, as I can't keep up with traffic on -questions ) > > > >I did the following: > > > >% cd /tmp > >% mkdir -p a/dir1/new a/dir1/cur > >% mkdir -p b/dir1/new b/dir1/cur > >% mkdir -p c/dir1/new c/dir1/cur > >% ls -ld */dir1/new > >drwxrwxr-x 2 steve wheel 512 Nov 7 15:10 a/dir1/new/ > >% > > > >System is: > >FreeBSD wattres.Watt.COM 6.3-STABLE FreeBSD 6.3-STABLE #9: Tue May 13 > >16:06:34 PDT 2008 root@wattres.Watt.COM:/usr/obj/usr/src/sys/WATTRES > >i386 > > > >Source was probably updated a few hours before the kernel build time. > > > >Shell doesn't seem to matter (have tried both tcsh and bash). > > > >My cygwin installation seems to get it right. > > > >Known issue? A quick glance for "glob" in gnats didn't show anything > >promising. > > > > I too can't reproduce this on any of my machines: Well, it went away with my update to 6.4-PRE. Must've been a bad time to grab a -stable snapshot.