[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mkdir -p fails for drive specifiers.
From: |
Jan Hoogma |
Subject: |
mkdir -p fails for drive specifiers. |
Date: |
Tue, 7 Aug 2001 11:48:28 +0200 |
Bug report:
The -p option for mkdir fails.
Caused while the drive is treated as path.
The Cygwin that I use is:
$ uname -a
CYGWIN_NT-4.0 8003CKP90924 1.3.2(0.39/3/2) 2001-05-20 23:28 i686 unknown
Bug replay:
$ cd //D/Projects
The following command fails:
$ mkdir -p "//D/Projects/aaa/bbb/ccc"
The following command works (replaced unix"//D" by dos stylish "D:" )
$ mkdir -p "D:/Projects/aaa/bbb/ccc"
Greetings,
Jan Hoogma
- mkdir -p fails for drive specifiers.,
Jan Hoogma <=