Details
Description
When calling for example:
zfinc run dc2query "SELECT u FROM Blog_Domain_Article u"
They query is not passed as one argument to zf.php but each word is its own argument.
A fix is documeneted here: http://stackoverflow.com/questions/255898/how-to-iterate-over-arguments-in-bash-script
Fixed in r18854.