summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hcl4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/hcl b/bin/hcl
index a968c5f..a080e6a 100755
--- a/bin/hcl
+++ b/bin/hcl
@@ -1,8 +1,6 @@
#!/usr/bin/env ruby
-$:.unshift File.dirname(__FILE__) + '/../lib'
-$:.unshift File.dirname(__FILE__) + '/../ext/harvest/lib'
-
+require 'rubygems'
require 'hcl'
HCl.command *ARGV