Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exec_command not working correctly in Cygwin #26

Open
eadmaster opened this issue Jun 17, 2014 · 0 comments
Open

exec_command not working correctly in Cygwin #26

eadmaster opened this issue Jun 17, 2014 · 0 comments

Comments

@eadmaster
Copy link

most Windows users would like to execute commands via cmd.exe instead of /bin/sh,
so if Cygwin is detected i suggest to change line 47 in event.c:
execlp("cmd.exe", "cmd.exe", "/c", stamp, NULL);

A test build is here:
http://eadmaster.altervista.org/pub/index.php?page=builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant