mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
5e2f9996ba
'if exists' takes a parameter which can be directory, directory/,
directory/. directory\ or directory\. for example, and should equate
to true if the directory exists. The syntax directory\ is explicitly
rejected by FindFirstFile and hence was not working - look for this
specific case, and if found append a '.'.
Follow-up commit of
|
||
---|---|---|
.. | ||
tests | ||
batch.c | ||
builtins.c | ||
cmd.rc | ||
directory.c | ||
Makefile.in | ||
wcmd.h | ||
wcmd.ico | ||
wcmd.svg | ||
wcmdmain.c |