[Bug 37780] New: After running a bash script from cmd, no prompt is printed

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 25 06:45:32 CST 2014


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 at winehq.org
          Reporter: gm89 at 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.

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