You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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
The text was updated successfully, but these errors were encountered: