https://bugs.winehq.org/show_bug.cgi?id=37780
Bug ID: 37780 Summary: After running a bash script from cmd, no prompt is printed Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: gm89@hotmail.it Distribution: ---
If I run a bash script from wine's cmd, after execution the prompt is not printed. I believe this is the cause of an hang in my use case, I'm trying to interface a windows program with my android phone by making it use the native adb binary; the trick I used was to replace the provided "adb.exe" with a similarly named bash script with this content:
#!/bin/bash /usr/bin/adb $*
If I manually call adb.exe from cmd, the output of commands is correct but no prompt is printed afterwards.
Tested with wine 1.7.33 under ubuntu 14.04.