[major regression] Most *.bat commands don't work anymore 
----------------------------------------------------------

                 Key: JRUBY-4121
                 URL: http://jira.codehaus.org/browse/JRUBY-4121
             Project: JRuby
          Issue Type: Bug
          Components: Windows
            Reporter: Vladimir Sizikov
            Assignee: Vladimir Sizikov
            Priority: Blocker
             Fix For: JRuby 1.4


The commit 72d96d8403fc225e6d22971ff565267071f55a03: "A couple dangling fixes 
to existing bat files" essentially broke all BAT files. :)

I'm going to revert it, and file this jira issue for better bookkeeping.

{code}
D:\work\jruby-dev\jruby with spaces (x86)>jruby.bat
:1: D:\work\jruby-dev\jruby with spaces (x86)\bin\jruby:17: , unexpected kIN 
(SyntaxError)

case "`uname`" in
^
{code}

{code}
D:\work\jruby-dev\jruby with spaces (x86)>jirb.bat
jirb(main):001:0> #!/usr/bin/env jruby
jirb(main):002:0* #
jirb(main):003:0* #   irb.rb - intaractive ruby
jirb(main):004:0* #     $Release Version: 0.7.3 $
jirb(main):005:0* #     $Revision$
jirb(main):006:0* #     $Date$
jirb(main):007:0* #     by Keiju ISHITSUKA([email protected])
jirb(main):008:0* #
jirb(main):009:0*
jirb(main):010:0* if defined?(JRUBY_VERSION)
jirb(main):011:1>   require 'jruby'
jirb(main):012:1>   # useful for code completion
jirb(main):013:1*   JRuby.objectspace = true
jirb(main):014:1> end
=> true
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to