Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/then/than/
  • Loading branch information
mpapis committed Nov 20, 2011
1 parent 97584e2 commit 48f7d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thor/util.rb
Expand Up @@ -220,7 +220,7 @@ def self.ruby_command
ruby = File.join(RbConfig::CONFIG['bindir'], ruby_name) ruby = File.join(RbConfig::CONFIG['bindir'], ruby_name)
ruby << RbConfig::CONFIG['EXEEXT'] ruby << RbConfig::CONFIG['EXEEXT']


# avoid using different name then ruby (on platforms supporting links) # avoid using different name than ruby (on platforms supporting links)
if ruby_name != 'ruby' && File.respond_to?(:readlink) if ruby_name != 'ruby' && File.respond_to?(:readlink)
begin begin
alternate_ruby = File.join(RbConfig::CONFIG['bindir'], 'ruby') alternate_ruby = File.join(RbConfig::CONFIG['bindir'], 'ruby')
Expand Down

0 comments on commit 48f7d19

Please sign in to comment.