Small typo fixed.
This commit is contained in:
parent
e3941ba8e5
commit
9745e1a8b2
1 changed files with 1 additions and 1 deletions
2
bin/ace
2
bin/ace
|
@ -2,7 +2,7 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
if RUBY_VERSION < "1.9.1"
|
if RUBY_VERSION < "1.9.1"
|
||||||
abort "Ace requires Ruby 1.9."
|
abort "Ace requires Ruby 1.9"
|
||||||
end
|
end
|
||||||
|
|
||||||
base = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
|
base = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
|
||||||
|
|
Loading…
Add table
Reference in a new issue