Revision 87b8848...

Go back to digest for 18th December 2011

Optimization in Development Tools

Michael Pyne committed changes in [kdesrc-build] /:

Improve split_quoted_on_whitespace.

Apparently Perl has included (since version 5.0, no less) a module that
handles almost the exact case split_quoted_on_whitespace exists for.

The impetus for this is that the '${MODULE}' syntax for dest-dir is
apparently broken due to problems with the mixture of braces and quotes
in split_quoted_on_whitespace.

This change does not break the test suite (but does add a relevant test)
and does seem to fix the issue with strings with braces.

File Changes

Modified 2 files
  •   kdesrc-build
  •   kdesrc-build-test.pl
2 files changed in total