Skip to content

Commit

Permalink
Always use the system Ruby.
Browse files Browse the repository at this point in the history
For users with alternative Ruby versions on their PATH through RVM or otherwise, the require 'osx/foundation' will fail unless they're particularly diligent with their RUBYLIB settings.
  • Loading branch information
rcrowley committed Sep 30, 2010
1 parent 221b7a7 commit 03899bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/doubledown-fsevents
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
#!/usr/bin/ruby

require 'optparse'
require 'osx/foundation'
Expand Down

0 comments on commit 03899bb

Please sign in to comment.