mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +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
|
||
---|---|---|
.. | ||
batch.c | ||
Makefile.in | ||
rsrc.rc | ||
test_builtins.cmd | ||
test_builtins.cmd.exp | ||
test_cmdline.cmd | ||
test_cmdline.cmd.exp |