[Bug 26944] taskkill needs to handle both / and - switches

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 19 12:54:25 CST 2014


http://bugs.winehq.org/show_bug.cgi?id=26944

Ken Sharp <imwellcushtymelike at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #20 from Ken Sharp <imwellcushtymelike at gmail.com> ---
Scrub that: it actually seems to work although I cannot find any change in the
code.

$ wine-git notepad & sleep 10 ; wine-git taskkill /im notepad.exe
[1] 347579
Close message sent to top-level windows of process "notepad.exe" with PID 8.

$ wine-git notepad & sleep 10 ; wine-git taskkill -im notepad.exe
[1] 347679
Close message sent to top-level windows of process "notepad.exe" with PID 8.

Fixed then.

-- 
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