Files
scyther/gui/Scyther
Cas Cremers 7e3f0ed73b BUGFIX: Reverted use of shlex.
Shlex is only intended to work for Unix-like shells, and using it on
Windows causes problems. We now resort to simply always using the shell
on Unix-like platforms (as our command input is always a string, and not
an array). On Windows, the string input is always okay, even when not
using the shell.

This is a follow-up to a bug report by M. Kammerer on failing Windows
installs.
2013-12-09 09:07:47 +00:00
..
2007-05-21 13:56:00 +02:00
2013-12-09 09:07:47 +00:00
2013-10-05 23:56:12 +01:00