Skip to content

Commit

Permalink
Fixed loading in sashimi
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed May 19, 2008
1 parent 661b2f9 commit c3e5c46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Fixed loading in sashimi

* Fixed lib loading in sashimi.rb

* Added setup.rb
Expand Down
5 changes: 3 additions & 2 deletions bin/sashimi
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
require 'lib/sashimi'
require 'lib/sashimi/commands'
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
require 'sashimi'
require 'sashimi/commands'

Sashimi::Commands::Command.parse!

0 comments on commit c3e5c46

Please sign in to comment.