Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 1997 00:24:14 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        Mike Pritchard <mpp@freefall.freebsd.org>
Cc:        freebsd-bugs@freefall.freebsd.org
Subject:   Re: bin/2304
Message-ID:  <199702262324.AAA00334@campa.panke.de>
In-Reply-To: <199702230510.VAA17973@freefall.freebsd.org>
References:  <199702230510.VAA17973@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Pritchard writes:
> Maybe it should only ignore the error if errno == EEXIST?

and only if the last file name is a directory, e.g.

	mkdir -p /dir1/dir2/dir3/file

must print an error because 'file' is not a directory.

Wolfram



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702262324.AAA00334>