[MacRuby] #1171: `macruby_deploy --gem` problem with directories that have a space
#1171: `macruby_deploy --gem` problem with directories that have a space ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- If there is a space in the path to the app bundle then the gem copying will fail. The quick fix is to quote the paths. A better fix might be to use NSFileManager, but then #execute would not get called. I patched the problem in my fork of MacRuby on github: https://github.com/ferrous26/MacRuby/commit/06e66d8ae9bf28085bd1254142de5f65... -- Ticket URL: <http://www.macruby.org/trac/ticket/1171> MacRuby <http://macruby.org/>
#1171: `macruby_deploy --gem` problem with directories that have a space ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.10 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.10 Comment: Thanks for the ticket, I merged your fix in r5263. -- Ticket URL: <http://www.macruby.org/trac/ticket/1171#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby