[MacRuby] #450: Spaces in file names break macrubyc
#450: Spaces in file names break macrubyc ------------------------------+--------------------------------------------- Reporter: bskinner@… | Owner: lsansonetti@… Type: defect | Status: new Priority: trivial | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- If there are any spaces (or any odd characters for that matter) in either the source or output filenames the compile will fail when attempting to call g++. Attached is a patch that simply places single quotes around the troublesome variables. This patch (and bug) is based off the Beta 2 release of MacRuby 0.5. -- Ticket URL: <http://www.macruby.org/trac/ticket/450> MacRuby <http://macruby.org/>
#450: Spaces in file names break macrubyc ------------------------------+--------------------------------------------- Reporter: bskinner@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: trivial | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------+--------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Thanks for the report. It turns out Thibault fixed that in r3032 about a week ago. -- Ticket URL: <http://www.macruby.org/trac/ticket/450#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby