Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Fri, 12 Jan 2001 13:56:44 -0500
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@cygwin.com
Subject: Re: bug with mkdir
Message-ID: <20010112135643.B9768@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <200101121716.JAA01231@numericalmethods.com> <4.3.1.2.20010112125246.022135c0@pop.ma.ultranet.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <4.3.1.2.20010112125246.022135c0@pop.ma.ultranet.com>; from lhall@rfk.com on Fri, Jan 12, 2001 at 12:53:52PM -0500

On Fri, Jan 12, 2001 at 12:53:52PM -0500, Larry Hall (RFK Partners, Inc) wrote:
>At 12:16 PM 1/12/2001, mark@numericalmethods.com wrote:
>>I think I may have found a bug in mkdir.
>>
>>When I try 
>>
>>   mkdir -p <relpath>/dir
>>
>>Everything works fine. However,
>>
>>   mkdir -p <abspath>/dir
>>
>>it does not matter if the -p is superfluous or not, the directory is
>>still not made.
>>
>>So,
>>
>>try:
>>
>>   mkdir -p $HOME/test
>>
>>and see if the directory exists, if not (your behaviour matches mine),
>>try
>>
>>   mkdir $HOME/test
>>
>>The behaviour I am seeing is that the latter works as expected and the
>>former fails.
>
>Hm, both of these work just fine for me.

And, as with so many of these bug reports, if this *didn't* work the
mailing list would be filled with people complaining about this terrible
problem.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

