wrong ruby interpreter defined in rake and spec scripts
-------------------------------------------------------

                 Key: JRUBY-1113
                 URL: http://jira.codehaus.org/browse/JRUBY-1113
             Project: JRuby
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: JRuby 1.0.0RC3
         Environment: linux java 1.7
            Reporter: Nicolas Modrzyk
            Assignee: Thomas E Enebo


the following suspicious lines are in the rake and spec scripts:

[niko @ /home/niko/shared/bin/jruby-1.0.0RC3/bin]>find -type f -print0 | xargs 
-r0 grep -F 'Users'

./rake:#!/Users/enebo/jruby/releases/jruby-1_0_0RC3/dist/bin/jruby
./spec:#!/Users/enebo/jruby/releases/jruby-1_0_0RC3/dist/bin/jruby

should be:
#!/usr/bin/env jruby

like the other scripts..

-- 
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