Skip to content

Commit

Permalink
Adding rubygems to the binary, can be removed at distro time with a p…
Browse files Browse the repository at this point in the history
…atch
  • Loading branch information
adamhjk committed Jan 28, 2010
1 parent 974b2d6 commit 08bb50a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/ohai
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
# limitations under the License.
#

require 'rubygems'

$: << File.join(File.dirname(__FILE__), "..", "lib")
require 'ohai/application'
Ohai::Application.new.run

0 comments on commit 08bb50a

Please sign in to comment.