[Bug 45506] Waves Central: Plugins don't install anymore

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 2 17:05:29 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45506

Jason Edmeades <us at edmeades.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|wine-bugs at winehq.org        |us at edmeades.me.uk

--- Comment #23 from Jason Edmeades <us at edmeades.me.uk> ---
Ok, this is definitely caused by the if exists change, sorry...

if not exist fred mkdir fred
if not exist fred\ echo oops

The first may (or may not) create the dir ok, but the second is firing to say
it doesnt exist even though it does. FindFirstFileW doesnt like parms ending in
a slash...

if not exist fred echo oops
or
if not exist fred\. echo oops
both work

I'll work on this and get a fix but it wont be until the weekend

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list