Windows runners on Cygwin: Command line quoting fixed

at 2009-10-03 in ReleasesAnnouncements by friebe (0 comments)

The Windows runners have been fixed to handle quoting in single-quoted command line arguments correctly. A simple xp -e 'echo "Hello World";' issued on Cygwin would yield a parse error, expecting `','' or `';'' previously while it now works as expected. The same command line but with switched quotes (double quotes surrounding, single quotes inside) worked before and of course still does but was problematic because variables needed to be escaped by a backslash to prevent expansion by the shell.

To update the runners type the following command in the directory you've installed the runners to:

  $ wget http://releases.xp-framework.net/download/bin/setup -O - | php



Subscribe

You can subscribe to the XP framework's news by using RSS syndication.


Categories

News
General
PHP5
Announcements
RFCs
Further reading
Examples
Editorial
EASC
Experiments
Unittests
Databases
5.8-SERIES

Related

Find related articles by a search for «Windows».