zc.recipe.cmmi fails if install path contains spaces

Bug #790373 reported by Steve McMahon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Buildout
New
Undecided
Unassigned

Bug Description

The build function in zc.recipe.cmmi 1.3.4 contains the code:

        if options is None:
            options = '--prefix=%s' % dest

This will fail if dest has any spaces. Quoting the argument to prefix fixes the problem:

        if options is None:
            options = '--prefix="%s"' % dest

summary: - zc.recipe.zmmi fails if install path contains spaces
+ zc.recipe.cmmi fails if install path contains spaces
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.